【发布时间】:2019-03-27 14:58:48
【问题描述】:
我正在使用以下版本创建发布 APK: 节点 - 8.12.0 毕业 - 4.10.2 离子 CLI - 4.0.5 科尔多瓦 - 8.0.0
当我运行时
ionic cordova build android --prod --release
我收到以下错误。
FAILURE: Build failed with an exception.
* What went wrong:
A problem occurred configuring project ':CordovaLib'.
> Could not resolve all files for configuration ':CordovaLib:classpath'.
> Could not find intellij-core.jar (com.android.tools.external.com-intellij:intellij-core:26.0.1).
Searched in the following locations:
https://jcenter.bintray.com/com/android/tools/external/com-intellij/intellij-core/26.0.1/intellij-core-26.0.1.jar
当我将“intellij-core-26.0.1”网址放在浏览器中时,它的显示状态为 404。
请大家推荐
【问题讨论】:
-
尝试从android studio构建发布apk。
-
@Naveen 我正在构建这个 APK 作为 jenkins JOB 的一部分。我需要解决詹金斯的工作
-
今天开始发生在我身上!必须是最近的更改。
-
@keldar 是的,我今天收到了这个错误。但我没有找到任何解决方案
-
似乎还没有解决方案。问题似乎是articfactory 更新了新版本...但新版本缺少 jar 文件..missing jar file
标签: android ionic-framework ionic2 ionic3 hybrid-mobile-app