-
Notifications
You must be signed in to change notification settings - Fork 220
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: com.ncapdevi:frag-nav:3.2.0 (jcenter sunset) #255
Comments
Hi @t1d yes, if I can get some feedback that the library is still in active use, then taking a weekend to migrate things over seems like the right call, and something that I could do. |
Hi @ncapdevi, we have the same problem and we continue using the library in version 2.4.0, we hope to continue using it, thank you. |
Its impossible build the pipeline in Azure with this, we use 2.4.0 version and don't works |
Hi @ncapdevi, we have the same issue and we need this library in any way. Thank you!
|
Hi @ncapdevi, we have the same issue when building with Github actions. We got the same error as @headsmanxxx (we are also using version 3.3.0) |
Hi @ncapdevi , can confirm it is in use (3.3.0), I would be extremely grateful if you'd migrate it. Thank you! |
Hi @ncapdevi we have the same issue and our release pipeline is now down :-( |
FragNav build is failing. android-junit5 has to be updated to 1.7.1.0 or higher. Line 12 in 498317c
https://jcenter.bintray.com/de/mannodermaus/gradle/plugins/android-junit5/ |
Hi All, thanks for those replies. So I'm seeing this Issue getting a lot of traction, which confirms, that the lib is still in use. |
This Udemy course uses this library and for now it's impossible to build a GitHub project that is linked to this course so students can't do exercises that are included there. |
Hi @ncapdevi we have the same issue and our release pipeline is now down :-( |
Hi @ncapdevi we are also facing the same issue causing our release pipeline resulting in failure. |
Hii @ncapdevi we are also facing same issue, our pipeline is down now.. using 3.3.0. |
@abhishekgupta-mset @mohammadhaseeb-mset @muhammadsabeelahmed-mset You can fork and modify this repo under Apache License freely. |
Hey, the same issue here. Who can help with this? I am already thinking about forking the lib and put it into the project!! |
also have problem |
maybe author can share aar ? |
@A7ak do you also have one for 2.4.0, as my project has not been upgraded to use version 3? |
@ncapdevi I managed to make the frag-nav project running but i have issues with the demo project. I invested a few hours but did not manage to made it work. I could push the changes to a branch. |
This comment was marked as resolved.
This comment was marked as resolved.
Sorry haven't pushed it yet. There you go: |
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
ncapdevi#255 : Added Fragnav-3.3.0.aar & FragNav-3.3.0.sources.jar in asset#256
|
Any update? |
Hi! thanks for the active work in this library! |
This is the final dependency we've used after some failed attempts with other combinations: root build.gradle:
app/build.gradle
it is currently working for us. I hope it does for you too |
Solved! Add the next code in settings.gradle:
Remove from root build.gradle:
Use your dependency like:
|
Dependency Resolution Issue: frag-nav
Background: On August 15, 2024, Jcenter was officially sunset, redirecting all its content to MavenCentral. However, the following dependency is not available on MavenCentral and cannot be resolved:
Details:
The sunsetting of Jcenter has caused issues with dependency resolution, as it now redirects to MavenCentral where some dependencies, like the one mentioned above, are not hosted.
Official announcement: Jcenter Sunset - JFrog.
As a potential workaround, I explored using Jitpack.io. Unfortunately, Jitpack.io builds dependencies on-demand. This makes it unreliable for resolving the frag-nav dependency because of the mentioned jcenter redirect.
Reference: Jitpack Building. Failed to resolve: com.ncapdevi:frag-nav:3.2.0 jcenter error #252 and @eggplants comment in this issue.
The issue was initially discovered during the setup of a new development environment. The problem did not manifest for my co-workers due to Gradle's caching mechanism, which retained the dependency locally. Even after invalidating caches in Android Studio, the issue persists on a fresh setup because the required dependency is no longer resolvable.
Proposed Next Steps
I'm open to working on resolving this issue, but the repository appears to have been inactive for a few years. Given this, I’m wondering whether you, @ncapdevi, or other maintainers would suggest a long-term solution or have any input on the best course of action.
I wanna made this insights available for everyone because as seen in the repository there are still people using frag-nav
Any guidance or suggestions would be appreciated!
The text was updated successfully, but these errors were encountered: