ArthurHub / Android-Image-Cropper

Image Cropping Library for Android, optimized for Camera / Gallery.
Apache License 2.0
6.38k stars 1.34k forks source link

Manifest merger failed with multiple errors, see logs #654

Open azhagarsparks opened 5 years ago

azhagarsparks commented 5 years ago

while upgrading ,implementation 'com.theartofdev.edmodo:android-image-cropper:2.7.0' into api 'com.theartofdev.edmodo:android-image-cropper:2.8.0' ,Manifest merger failed with multiple errors, see logs issue occurs image

desgraci commented 5 years ago

bumpity bump

BilalRabbani commented 5 years ago

following solution worked for me; using this library with Kotlin:

In build.gradle (Module: app) replace this: api 'com.theartofdev.edmodo:android-image-cropper:2.8.+' with this: api 'com.theartofdev.edmodo:android-image-cropper:2.7.0'

It may give you warning but works for me.

azhagarsparks commented 5 years ago

Thanks its works good now

On Thu 28 Feb, 2019, 1:25 AM BilalRabbani, notifications@github.com wrote:

following solution worked for me: In build.gradle (Module: app) replace this: api 'com.theartofdev.edmodo:android-image-cropper:2.8.+' with this: api 'com.theartofdev.edmodo:android-image-cropper:2.7.0'

It may give you warning but works for me.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/ArthurHub/Android-Image-Cropper/issues/654#issuecomment-468006729, or mute the thread https://github.com/notifications/unsubscribe-auth/Add2MouqWwCpVE2aBEbZ_BNcVMYTFjCNks5vRuK2gaJpZM4anCP7 .

unludo commented 5 years ago

Migrate to androidX, it's automated from the IDE. It's the way forward now.