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

[nativescript-downloader] Could not find androidx.tonyodev.fetch2:xfetch2:3.1.6 #142

Open
7ammer opened this issue Sep 16, 2022 · 5 comments

Comments

@7ammer
Copy link

7ammer commented Sep 16, 2022

Package fails to install with error message:

Build file '............../app/platforms/android/app/build.gradle' line: 575
A problem occurred configuring project ':app'.
Could not find androidx.tonyodev.fetch2:xfetch2:3.1.6.
Required by:
    project :app

"@nativescript/android": "~8.3.1",
"@nativescript/core": "~8.3.4",

@salsero72
Copy link

Hi, did you solve the issue?

@salsero72
Copy link

I found what my problem was.
I was using jcentral() but it's deprecated.
I changed it to mavenCentral() as suggested by many and then the error occours.

By putting jcentral() back into settings.gradle the error disappears. Yet it's not a fix.

@7ammer
Copy link
Author

7ammer commented Feb 6, 2023

The issue we are having: tonyofrancis/Fetch#586

@jeanpaulattard
Copy link

Are there any workarounds for this? @triniwiz

@jeanpaulattard
Copy link

We've migrated to the following library https://github.com/VoiceThread/nativescript-plugins because we coudln't find any workarounds for this.

The above seems to be working fine so far.

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

3 participants