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

The library cannot be downloaded (Failed to resolve: com.etebarian:meow-bottom-navigation:1.3.1) #94

Open
om4rgonzalez opened this issue Feb 3, 2022 · 9 comments

Comments

@om4rgonzalez
Copy link

om4rgonzalez commented Feb 3, 2022

Implementation synchronization fails in gradle file.
build.gradle: Failed to resolve: com.etebarian:meow-bottom-navigation:1.3.1
Show in Project Structure dialog
Affected Modules: app

Android Studio Bumblebee | 2021.1.1
Build #AI-211.7628.21.2111.8092744, built on January 19, 2022
Runtime version: 11.0.11+9-b60-7590822 amd64
VM: OpenJDK 64-Bit Server VM by Oracle Corporation
Windows 10 10.0
GC: G1 Young Generation, G1 Old Generation
Memory: 1280M
Cores: 8
Registry: external.system.auto.import.disabled=true
Non-Bundled Plugins: org.jetbrains.kotlin (211-1.6.10-release-923-AS7442.40)

@AlirezaIvaz
Copy link

I think jcenter is finally shut down.

@dntrung044
Copy link

In the new version
jcenter()
Add in Gradle->settings
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
jcenter()
}
}

@ApunichGULSHER
Copy link

In the new version jcenter() Add in Gradle->settings dependencyResolutionManagement { repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS) repositories { google() mavenCentral() jcenter() } }

Not worked. What to do next?

@basit112
Copy link

basit112 commented Jun 2, 2023

i am getting same error did you find any solution?

@AndresFelipe077
Copy link

I have the same problem

ApunichGULSHER pushed a commit to ApunichGULSHER/MeowBottomNavigation that referenced this issue Oct 6, 2023
…nter() will not work anymore, it's deprecated.
@ApunichGULSHER
Copy link

ApunichGULSHER commented Oct 6, 2023

In the new version jcenter() Add in Gradle->settings dependencyResolutionManagement { repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS) repositories { google() mavenCentral() jcenter() } }

We also have to add Package repository URL.

repositories {
        google()
        mavenCentral()
        maven { url 'https://jitpack.io' }
    }

@ShadesofSamar
Copy link

Still does not work

@rduhn
Copy link

rduhn commented Aug 17, 2024

Same here, its not working

@AbdElrahman-Rafaat-Amer

I have the same issue

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

9 participants