Could not find cn.aigestudio.wheelpicker:WheelPicker:1.0.3.
See original GitHub issueHello,
I am trying to use wheel Picker in my react native app. I am using a react-native-wheel-picker library that uses WheelPicker from AigeStudio for android.
But I am getting the following error.
Execution failed for task ':app:checkDebugAarMetadata'.
> Could not resolve all files for configuration ':app:debugRuntimeClasspath'.
> Could not find cn.aigestudio.wheelpicker:WheelPicker:1.0.3.
Searched in the following locations:
- https://repo.maven.apache.org/maven2/cn/aigestudio/wheelpicker/WheelPicker/1.0.3/WheelPicker-1.0.3.pom
- file:/Users/sandeshvakale/.m2/repository/cn/aigestudio/wheelpicker/WheelPicker/1.0.3/WheelPicker-1.0.3.pom
- file:/Users/sandeshvakale/Desktop/Projects/Maaf/node_modules/react-native/android/cn/aigestudio/wheelpicker/WheelPicker/1.0.3/WheelPicker-1.0.3.pom
- file:/Users/sandeshvakale/Desktop/Projects/Maaf/node_modules/jsc-android/dist/cn/aigestudio/wheelpicker/WheelPicker/1.0.3/WheelPicker-1.0.3.pom
- https://dl.google.com/dl/android/maven2/cn/aigestudio/wheelpicker/WheelPicker/1.0.3/WheelPicker-1.0.3.pom
- https://www.jitpack.io/cn/aigestudio/wheelpicker/WheelPicker/1.0.3/WheelPicker-1.0.3.pom
Required by:
project :app > project :gregfrench_react-native-wheel-picker
I also forced the library to use the latest 1.1.3 version by making changes in the library Gradle file.
But I get the same error again.
Is anyone facing the same issue?
Thanks in advance for your help.
Issue Analytics
- State:
- Created 2 years ago
- Reactions:9
- Comments:9
Top Results From Across the Web
android - Execution failed for task - Stack Overflow
Remove below line from your dependency: compile 'cn.aigestudio.wheelpicker:WheelPicker:1.1.2'.
Read more >fw-react-native-wheel-picker - android - build.gradle - UNPKG
The CDN for fw-react-native-wheel-picker.
Read more >WheelPicker » 1.1.3 - Maven Repository
Home » cn.aigestudio.wheelpicker » WheelPicker » 1.1.3 ... Ranking, #34243 in MvnRepository (See Top Artifacts) #1315 in Android Packages.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Add this to your
build.graddle
file and it will work:@zabojad Thanks a lot, its work!