使用Nativescript 4.1和tns-core和Android 4.1 .

获取以下错误消息:

`无法在设备上应用更改:emulator-5554 . 错误是:无法构建插件nativescript-google-maps-sdk:错误:命令./gradlew失败,退出代码1错误输出:

FAILURE:构建因异常而失败 .

What went wrong:
Could not resolve all files for configuration ':releaseCompileClasspath'.

Could not find common.jar (android.arch.core:common:1.0.0).
Searched in the following locations:
https://jcenter.bintray.com/android/arch/core/common/1.0.0/common-1.0.0.jar

Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

Get more help at https://help.gradle.org

在1s` Build 失败

问题似乎是网址

https://jcenter.bintray.com/android/arch/core/common/1.0.0/common-1.0.0.jar 似乎无效 - jar文件不存在 .

怎么解决这个问题?