Я создаю релиз APK, используя следующие версии: node - 8.12.0 gradle - 4.10.2 ionic CLI - 4.0.5 Cordova - 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
Когда я размещаю URL-адрес "intellij-core-26.0.1" в браузере, он показывает статус 404.
Кто-нибудь, пожалуйста, предложите