嗯,這個項目在時間裏像一個魅力。Cordova構建和gradle依賴關係
完整的堆棧的更新多個零件後:
- NPM
- 節點
- 科爾多瓦
- 的Android
現在,運行:cordova build
返回以下錯誤:
FAILURE: Build failed with an exception.
* What went wrong:
A problem occurred configuring root project 'android'.
Could not resolve all dependencies for configuration ':_debugApk'.
A problem occurred configuring project ':CordovaLib'.
Could not resolve all dependencies for configuration ':CordovaLib:classpath'.
Could not find com.android.tools.build:gradle:2.2.2.
Searched in the following locations:
https://repo1.maven.org/maven2/com/android/tools/build/gradle/2.2.2/gradle-2.2.2.pom
https://repo1.maven.org/maven2/com/android/tools/build/gradle/2.2.2/gradle-2.2.2.jar
Required by:
android:CordovaLib:unspecified
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
當然,我嘗試過「嘗試」沒有成功。
「有趣」的部分,Android工作室可以毫無問題地構建。 如果需要,我也可以粘貼gradle文件。
在此先感謝
你可以嘗試重新安裝最新的科爾多瓦一次,而不是更新? – Gandhi
@甘地,相當準確的實際解決方案,我將立即粘貼爲解決方案 – eMarine
很高興它的工作。根據我的經驗發佈了我的答案。 – Gandhi