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

Could not find com.amitshekhar.android:android-networking:1.0.2. #586

Open
saurabh-proaxiom opened this issue Aug 4, 2022 · 5 comments
Open

Comments

@saurabh-proaxiom
Copy link

I have used android studio Chipmunk

My settings.gradle file

pluginManagement {
repositories {
gradlePluginPortal()
google()
mavenCentral()
maven { url "https://jitpack.io" }
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
maven { url "https://jitpack.io" }
}
}

@ALTU-17
Copy link

ALTU-17 commented Aug 13, 2022

I also face same problem in bumblebee.... if you found solution so plz share with me
Failed to resolve: com.amitshekhar.android:android-networking:1.0.2

@sumankhan-android-lover
Copy link

sumankhan-android-lover commented Nov 15, 2022

Hello,
If jcenter() is not used in the kotlin project then it will not work properly. Please mention how to resolved this issue in kotlin project at latest version.

Error :-
Could not find - com.amitshekhar.android:android-networking:1.0.2.
Required by:
project :app
Search in build.gradle files

Work : (Note - jcenter() JCenter Maven repository is no longer receiving updates: newer library versions may be available elsewhere )

repositories {
google()
jcenter()
mavenCentral()
}

Not Work :

repositories {
google()
mavenCentral()
}

@ALTU-17
Copy link

ALTU-17 commented Nov 15, 2022

Thank you ✨ but my error resolved far years ago...

@soundarya-code
Copy link

thank you sir ,but there small correction you need to add jcenter() in setting.gradle inside of free existing reposities for new android studio dolphin

@aashisharma1
Copy link

Okey you should add
android.enableJetifier=true in Gradle. property file
and
jcenter()
in gradle.settengs in both plugin management and dependency resolution

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

5 participants