MultiImagePicker
MultiImagePicker copied to clipboard
maven issue
Error:(44, 13) Failed to resolve: com.github.yazeed44:MultiImagePicker:1.3.0 Show in File Show in Project Structure dialog
I tried adding repositories { maven { url "https://repo.commonsware.com.s3.amazonaws.com" } }
repositories { maven { url 'https://dl.bintray.com/yazeed44/maven' } }
I can't use this library. Please check this maven issue. Regards.
exactly i got same error
Hey i solve that problem. I import as module and added to my project then add all the code same as sample and the extra i have add is
android {
packagingOptions {
exclude 'META-INF/LICENSE.txt'
exclude 'META-INF/NOTICE.txt'
}
}
in my build.gradle (Module: app)
and it work fine
i already added above code.it doesn't work
hey i make example for you https://github.com/Harin-Kaklotar/ForfriendLimingJin
where is com.github.yazeed44:MultiImagePicker:1.3.0?
no i did not add dependency i just add as module
Can't we use gradle for this library?
I think there are some issue in gradle. So I suggest you to use as module. I hope now your problem is solved. :)
any updates on this?
Refer this link](http://stackoverflow.com/questions/33655292/errorplugin-with-id-com-github-dcendents-android-maven-not-found/37458086#37458086)