Build Error maybe cannot find repo
When I tried to build, I got a error below. "Execution failed for task ':app:checkDebugAarMetadata'.
Could not resolve all files for configuration ':app:debugRuntimeClasspath'. Could not find com.yuyakaido.android:card-stack-view:2.3.4. Searched in the following locations: - https://dl.google.com/dl/android/maven2/com/yuyakaido/android/card-stack-view/2.3.4/card-stack-view-2.3.4.pom - https://www.jitpack.io/com/yuyakaido/android/card-stack-view/2.3.4/card-stack-view-2.3.4.pom - https://repo.maven.apache.org/maven2/com/yuyakaido/android/card-stack-view/2.3.4/card-stack-view-2.3.4.pom Required by: project :app "
If I tried to check url (like https://www.jitpack.io ~~~) , I got "Repository not found: https://yuyakaido.com/android/card-stack-view"
dependencies {
classpath 'com.google.gms:google-services:4.3.10'
}
}
I solved this problem that I added "jcenter()" in gradle.
I solved this problem that I added "jcenter()" in gradle.
Really appreciate your solution...
I solved this problem that I added "jcenter()" in gradle.
yes fixed by this but jcenter() is depricated for sdk 32 do you have any other alternate .
I don't have any alternative. If this exists in maven central, we wouldn't need to add jcenter to access this.