DmcSDK / cordova-plugin-mediaPicker

cordova android ios mediaPicker support selection of multiple image and video gif ✨ cordova android 和 ios 图片视频选择cordova插件,支持多图 视频 gif,ui类似微信
MIT License
138 stars 92 forks source link

Could not find com.github.DmcSDK:MediaPickerPoject:v4.0. #134

Open grvsingh789 opened 7 months ago

Mr-Anonymous commented 5 months ago

I get this error too when I build for Android:

* What went wrong:
Execution failed for task ':app:mapReleaseSourceSetPaths'.
> Could not resolve all files for configuration ':app:releaseRuntimeClasspath'.
   > Could not find com.github.DmcSDK:MediaPickerPoject:v4.2.
     Searched in the following locations:
       - https://dl.google.com/dl/android/maven2/com/github/DmcSDK/MediaPickerPoject/v4.2/MediaPickerPoject-v4.2.pom
       - https://repo.maven.apache.org/maven2/com/github/DmcSDK/MediaPickerPoject/v4.2/MediaPickerPoject-v4.2.pom
       - https://maven.google.com/com/github/DmcSDK/MediaPickerPoject/v4.2/MediaPickerPoject-v4.2.pom
     Required by:
         project :app
Mr-Anonymous commented 5 months ago

To resolve this, I added this to the repos list in platforms/android/app/repositories.gradle file:

    maven { //add this
        url 'https://jitpack.io' //add this
    }