triniwiz / nativescript-plugins

Apache License 2.0
80 stars 50 forks source link

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

Open 7ammer opened 1 year ago

7ammer commented 1 year ago

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 commented 1 year ago

Hi, did you solve the issue?

salsero72 commented 1 year ago

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 commented 1 year ago

The issue we are having: https://github.com/tonyofrancis/Fetch/issues/586

jeanpaulattard commented 10 months ago

Are there any workarounds for this? @triniwiz

jeanpaulattard commented 10 months ago

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.