Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed to resolve #607

Open
Dharmiksinhvaja15032004 opened this issue Sep 19, 2023 · 2 comments
Open

Failed to resolve #607

Dharmiksinhvaja15032004 opened this issue Sep 19, 2023 · 2 comments

Comments

@Dharmiksinhvaja15032004

Failed to resolve: com.amitshekhar.android:android-networking:1.0.2
Show in Project Structure dialog
Affected Modules: app

this tye isue is use to

@steve111MV
Copy link

Something like this ?

Execution failed for task ':app:checkDebugAarMetadata'.

Could not resolve all files for configuration ':app:debugRuntimeClasspath'.
Could not find com.amitshekhar.android:android-networking:1.0.2.
Searched in the following locations:
- https://dl.google.com/dl/android/maven2/com/amitshekhar/android/android-networking/1.0.2/android-networking-1.0.2.pom
- https://repo.maven.apache.org/maven2/com/amitshekhar/android/android-networking/1.0.2/android-networking-1.0.2.pom
Required by:
project :app

@AkinWilderman
Copy link

AkinWilderman commented Apr 2, 2024

Failed to resolve: com.amitshekhar.android:android-networking:1.0.2 Show in Project Structure dialog Affected Modules: app

this tye isue is use to

Update the repositories in your App gradle or settings.gradle to include the Maven repository below.

maven {
url "https://plugins.gradle.org/m2/"}
maven {
url 'https://jitpack.io'}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants