Open relez opened 2 years ago
Same from my side. @bradmartin, please take a look. Platform: Android, Plugin version: @latest(4.3.3)
I think jcenter is dead or offline... not sure exactly. Haven't had chance to look into this, but might just need to point to a new location for this.
the issue might not be on this plugin side. it does not define the repositories not sure but could the cli be trying to use jcenter?
Looking at build.gradle file I see the jcenter() multipla times which is obsolete by now:
...
allprojects {
repositories {
google()
jcenter()
}
beforeEvaluate { project ->
if (rootProject.hasProperty("userDefinedGradleProperties")) {
rootProject.ext.userDefinedGradleProperties.each { entry ->
def propertyName = entry.getKey()
def propertyValue = entry.getValue()
project.ext.set(propertyName, propertyValue)
}
}
}
}
...
Maybe is @nativescript/android packaged what should be updated?
@relez actually i might not have the issue because i use ns that i build from source. let s ask on discord
I updated to @nativescript/android
8.2.0-alpha-9
and @nativescript/core
8.2.0-alpha.3
and worked! Looking at build.gradle
file inside platforms/android
I see that the file has been modified to use mavenCentral()
instead of jcenter()
, so I think the verison 8.1.1 of @nativescript/android
needs an update, right?
yes that must be it !
new android runtime in alpha. will.see if we can do a 8.1.2
Would be great, @farfromrefug. I am hesitant of using an alpha-runtime in our production apps. :)
@timoschlueter ask for it on discord. I am not the one making runtime releases
will do. thank you!
I get this error when I try to build for Android, looks like the plugin is trying to reach https://jcenter.bintray.com, see the image. Is it related to this plugin?
Looks like the server bintray.com is going inactive, I am having this error: