MultiImagePicker icon indicating copy to clipboard operation
MultiImagePicker copied to clipboard

maven issue

Open johndev8964 opened this issue 9 years ago • 10 comments

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.

johndev8964 avatar Feb 18 '16 07:02 johndev8964

exactly i got same error

Harin-Kaklotar avatar Feb 19 '16 05:02 Harin-Kaklotar

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

Harin-Kaklotar avatar Feb 19 '16 06:02 Harin-Kaklotar

i already added above code.it doesn't work

johndev8964 avatar Feb 19 '16 06:02 johndev8964

hey i make example for you https://github.com/Harin-Kaklotar/ForfriendLimingJin

Harin-Kaklotar avatar Feb 19 '16 07:02 Harin-Kaklotar

where is com.github.yazeed44:MultiImagePicker:1.3.0?

johndev8964 avatar Feb 19 '16 10:02 johndev8964

no i did not add dependency i just add as module

Harin-Kaklotar avatar Feb 19 '16 11:02 Harin-Kaklotar

Can't we use gradle for this library?

johndev8964 avatar Feb 21 '16 13:02 johndev8964

I think there are some issue in gradle. So I suggest you to use as module. I hope now your problem is solved. :)

Harin-Kaklotar avatar Feb 22 '16 04:02 Harin-Kaklotar

any updates on this?

abhimrawks avatar Apr 19 '16 18:04 abhimrawks

Refer this link](http://stackoverflow.com/questions/33655292/errorplugin-with-id-com-github-dcendents-android-maven-not-found/37458086#37458086)

naveenkumarmallappa avatar May 26 '16 09:05 naveenkumarmallappa