[Solved] Image-Cropper Gradle issue

I was facing similar problem. But later on I found out that there is one library which is causing that issue. compile ‘com.theartofdev.edmodo:android-image-cropper:2.6.+’ Yes. Image Cropping library. When I commented that line and run project after sync, it worked for me. Now, how to solve that thing? I have found out that some users already … Read more