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

jcenter() library does not working #581

Open
voobl opened this issue Feb 10, 2022 · 3 comments
Open

jcenter() library does not working #581

voobl opened this issue Feb 10, 2022 · 3 comments

Comments

@voobl
Copy link

voobl commented Feb 10, 2022

hello

Failed to resolve: com.amitshekhar.android:android-networking:1.0.2

Hello, is there any help?

@gandatadyo
Copy link

when create project android studio in android studio bumblebee, jcenter must be add in settings.gradle

@pioneersingh321
Copy link

try something like this is build.gladle file

allprojects { repositories { .... maven { url = "https://jcenter.bintray.com" } } }

@RahulGupta2312
Copy link

Update your settings.gradle like this:

dependencyResolutionManagement {
    repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
    repositories {
        google()
        mavenCentral()
        maven { url = "https://jcenter.bintray.com" }
    }
}

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

4 participants