Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

butterknife 10.1.0 < 14 #18

Open
sensay-nelson opened this issue Jul 12, 2019 · 0 comments
Open

butterknife 10.1.0 < 14 #18

sensay-nelson opened this issue Jul 12, 2019 · 0 comments

Comments

@sensay-nelson
Copy link

im getting the following error when trying to build this:

Manifest merger failed : uses-sdk:minSdkVersion 10 cannot be smaller than version 14 declared in library [com.jakewharton:butterknife:10.1.0] /Users/nelson/.android/build-cache/f263ed3f2d86b8bbc41249e7b8e0f9c2c2d4fe9d/output/AndroidManifest.xml
	Suggestion: use tools:overrideLibrary="butterknife" to force usage

I tried following this solution here:
https://stackoverflow.com/questions/27095077/how-do-i-use-toolsoverridelibrary-in-a-build-gradle-file

And kept adding tools:xx,yy,zz until it came down to this issue:

AGPBI: {"kind":"error","text":"No resource identifier found for attribute \u0027appComponentFactory\u0027 in package \u0027android\u0027","sources":[{"file":"/Users/nelson/Code/sensay/aws-device-farm-sample-app-for-android/app/build/intermediates/manifests/full/debug/AndroidManifest.xml","position":{"startLine":30}}],"original":"","tool":"AAPT"}
/Users/nelson/Code/sensay/aws-device-farm-sample-app-for-android/app/build/intermediates/manifests/full/debug/AndroidManifest.xml:31: error: No resource identifier found for attribute 'appComponentFactory' in package 'android'
:app:processDebugResources FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':app:processDebugResources'.
> com.android.ide.common.process.ProcessException: Failed to execute aapt

then i gave up. i'm new to android dev. any suggestions?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant