Après je suis en cours d'exécution ionic cordova build android
, j'obtiens cette erreur:
FAILURE: Build failed with an exception.
* What went wrong:
Could not resolve all files for configuration ':debugCompileClasspath'.
> Could not find runtime.jar (android.arch.lifecycle:runtime:1.0.0).
Searched in the following locations:
https://jcenter.bintray.com/android/arch/lifecycle/runtime/1.0.0/runtime-1.0.0.jar
Et il est de droite. Quand je vais à cette URL https://jcenter.bintray.com/android/arch/lifecycle/runtime/1.0.0/runtime-1.0.0.jar
- je obtenir un 404 Not found error
comme un JSON.
Je ne vois pas du tout android/ cordova des versions spécifiques dans l'URL donc je ne peux pas dire le son de mon cordova installation.
Cordova version: 7.1.0
Ionique info:
cli packages: (C:\Users\%User%\AppData\Roaming\npm\node_modules)
@ionic/cli-utils : 1.19.2
ionic (Ionic CLI) : 3.20.0
global packages:
cordova (Cordova CLI) : not installed // this is strange. I can run cordova in my terminal tho
local packages:
@ionic/app-scripts : 3.1.8
Cordova Platforms : android 6.4.0
Ionic Framework : ionic-angular 3.9.2
System:
Android SDK Tools : 26.1.1
Node : v8.4.0
npm : 5.3.0
OS : Windows 10
Environment Variables:
ANDROID_HOME : C:\Users\%User%\AppData\Local\Android\Sdk
Misc:
backend : pro
Aussi, je n'ai pas d' cordova-android
dossiers C:\Users\%USER%\.cordova\lib\npm_cache
(je ne sais pas si cela aide. J'ai vu des gens parler de ce dossier)
Quel est le problème ici? Où est cette URL en venir? Comment puis-je le changer et avec quoi puis-je le changer?
Si je ne peux pas résoudre facilement il y a une dernière étape à faire: retirer et d'installer à nouveau le tout.
Merci!!!!