Dhaval2404 / ImagePicker

📸Image Picker for Android, Pick an image from Gallery or Capture a new image with Camera
Apache License 2.0
1.52k stars 339 forks source link

Could not find ColorPicker-v2.0.aar #342

Open ronanlima opened 1 month ago

ronanlima commented 1 month ago

Hi everyone. I'm facing the following error when I'll build de project:

Execution failed for task ':app:mergeDebugNativeLibs'.

Could not resolve all files for configuration ':app:debugRuntimeClasspath'. Failed to transform ColorPicker-v2.0.aar (com.github.Dhaval2404:ColorPicker:v2.0) to match attributes {artifactType=android-jni, org.gradle.category=library, org.gradle.libraryelements=jar, org.gradle.status=release, org.gradle.usage=java-runtime}. Could not find ColorPicker-v2.0.aar (com.github.Dhaval2404:ColorPicker:v2.0). Searched in the following locations: https://jitpack.io/com/github/Dhaval2404/ColorPicker/v2.0/ColorPicker-v2.0.aar https://jitpack.io/com/github/Dhaval2404/ColorPicker/v2.0/ColorPicker-v2.0.jar

Somebody has idea of how to solving?