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

Not compatible with the library 26 #349

Closed
ghost opened this issue Jul 31, 2017 · 8 comments
Closed

Not compatible with the library 26 #349

ghost opened this issue Jul 31, 2017 · 8 comments

Comments

@ghost
Copy link

ghost commented Jul 31, 2017

Error:Execution failed for task ':app:processDebugManifest'.

Manifest merger failed : Attribute meta-data#android.support.VERSION@value value=(26.0.0-alpha1) from [com.android.support:design:26.0.0-alpha1] AndroidManifest.xml:27:9-38
is also present at [com.android.support:exifinterface:25.3.1] AndroidManifest.xml:24:9-31 value=(25.3.1).
Suggestion: add 'tools:replace="android:value"' to element at AndroidManifest.xml:25:5-27:41 to override.

@Shreyas-R
Copy link

Yes, its not working. Please update the SDK versions ASAP.

@ghost
Copy link
Author

ghost commented Aug 5, 2017

Now it is fixed

@tvelf009
Copy link

tvelf009 commented Aug 14, 2017

i have same problem.
I updated sdk, but the problem did not dare.
Please help, how to fix this?

@myusuf5400
Copy link

You can add
compile('com.theartofdev.edmodo:android-image-cropper:2.4.7') { exclude group: 'com.android.support' } in gradle

@Shreyas-R
Copy link

If you exclude com.android.support @NoManMade then it builds fine but app crashes when you use cropping within the app with exif class not found exception.

@vanyasem
Copy link

@Shreyas-R you need to manually add com.android.support:exifinterface to your build.gradle (as you're excluding it from the library itself):
compile "com.android.support:exifinterface:$supportLibraryVersion"

@ArthurHub
Copy link
Owner

v2.5.0 is using sdk 26

@amarjeetak
Copy link

Error :
Program type already present: android.arch.lifecycle.LiveData$LifecycleBoundObserver

Program type already present: android.arch.lifecycle.LiveData$LifecycleBoundObserver
Message{kind=ERROR, text=Program type already present: android.arch.lifecycle.LiveData$LifecycleBoundObserver, sources=[Unknown source file], tool name=Optional.of(D8)}

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

6 participants