Could not find cn.aigestudio.wheelpicker:WheelPicker:1.0.3.

See original GitHub issue

Hello,

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:open
  • Created 2 years ago
  • Reactions:9
  • Comments:9

github_iconTop GitHub Comments

7reactions
zabojadcommented, Jan 26, 2022

Add this to your build.graddle file and it will work:

allprojects {
  repositories {
    // ...
    jcenter() {
        content {
            includeModule("cn.aigestudio.wheelpicker", "WheelPicker")
        }
    }
1reaction
batuhanbagcommented, Jan 31, 2022

@zabojad Thanks a lot, its work!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found