Phonegap 构建(无法找到 aapt2-proto.jar)
Phonegap build (Could not find aapt2-proto.jar)
使用 cordova 创建了新项目,但现在我无法 运行 它:
科尔多瓦 运行 android:
> Could not resolve all files for configuration ':CordovaLib:classpath'.
> Could not find aapt2-proto.jar (com.android.tools.build:aapt2-proto:0.3.1).
Searched in the following locations:
https://jcenter.bintray.com/com/android/tools/build/aapt2-proto/0.3.1/aapt2-proto-0.3.1.jar
在 build.gradle google()
存储库中出现在 buildscript
和 allprojects
有什么建议吗?
我有这条线有点奇怪:
classpath 'com.android.tools.build:gradle:3.2.1'
并且脚本尝试加载 0.3.1...
将 cordova 应用程序导入 android studio 时,它要求 gradle 更新,取消!!!!
使用 cordova 创建了新项目,但现在我无法 运行 它: 科尔多瓦 运行 android:
> Could not resolve all files for configuration ':CordovaLib:classpath'.
> Could not find aapt2-proto.jar (com.android.tools.build:aapt2-proto:0.3.1).
Searched in the following locations:
https://jcenter.bintray.com/com/android/tools/build/aapt2-proto/0.3.1/aapt2-proto-0.3.1.jar
在 build.gradle google()
存储库中出现在 buildscript
和 allprojects
有什么建议吗?
我有这条线有点奇怪:
classpath 'com.android.tools.build:gradle:3.2.1'
并且脚本尝试加载 0.3.1...
将 cordova 应用程序导入 android studio 时,它要求 gradle 更新,取消!!!!