GithubHelp home page GithubHelp logo

Comments (5)

ALTU-17 avatar ALTU-17 commented on May 27, 2024

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

from fast-android-networking.

sumankhan-android-lover avatar sumankhan-android-lover commented on May 27, 2024

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()
}

from fast-android-networking.

ALTU-17 avatar ALTU-17 commented on May 27, 2024

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

from fast-android-networking.

soundarya-code avatar soundarya-code commented on May 27, 2024

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

from fast-android-networking.

aashisharma1 avatar aashisharma1 commented on May 27, 2024

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

from fast-android-networking.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.