2017-05-20 2 views
0

ich eine neue ionische Anwendung erstellt habenFehler beim Ionen cordova Ausführung emulieren android

ionic start test blank 

ohne Änderungen vorzunehmen, ich versuche, die Android emulador

ionic cordova emulate android 

Console Ausgänge

Running app-scripts build: --address 0.0.0.0 --port 8100 --p 8100 --livereload- 
ort 35729 --r 35729 --iscordovaserve --externalIpRequired --nobrowser 

[12:21:29] build dev started ... 
[12:21:29] clean started ... 
[12:21:29] clean finished in 4 ms 
[12:21:29] copy started ... 
[12:21:29] transpile started ... 
[12:21:31] transpile finished in 2.53 s 
[12:21:32] preprocess started ... 
[12:21:32] deeplinks started ... 
[12:21:32] deeplinks finished in 9 ms 
[12:21:32] preprocess finished in 10 ms 
[12:21:32] webpack started ... 
[12:21:32] copy finished in 2.72 s 
[12:21:40] webpack finished in 8.93 s 
[12:21:40] sass started ... 
[12:21:41] sass finished in 877 ms 
[12:21:41] postprocess started ... 
[12:21:41] postprocess finished in 11 ms 
[12:21:41] lint started ... 
[12:21:41] build dev finished in 12.40 s 
> cordova emulate android 
ANDROID_HOME=C:\Desarrollo\Android\adt-bundle-windows-x86_64-20140702\sdk 
JAVA_HOME=C:\Program Files\Java\jdk1.8.0_25 
Error: Cannot read property 'length' of undefined 


[ERROR] Cordova encountered an error. 
     You may get more insight by running the Cordova command above directly. 

[ERROR] An error occurred while running cordova emulate android (exit code 1). 
laufen

Irgendeine Idee, was passiert? Derselbe Fehler tritt bei einer anderen ionischen Anwendung auf (dieser neue leere Test ist ein Test, um zu überprüfen, dass das Problem nicht von mir selbst verursacht wurde). gleiche Fehler passiert, wenn ionic cordova run android

  • ionisches 3.1.2
  • cordova 7.0.1
  • NPM 3.10.9

UPDATE ausgeführt wird: hinzugefügt ionic info Ausgang

global packages: 

    @ionic/cli-utils : 1.1.2 
    Cordova CLI  : 7.0.1 
    Ionic CLI  : 3.1.2 

local packages: 

    @ionic/app-scripts    : 1.3.7 
    @ionic/cli-plugin-cordova  : 1.1.2 
    @ionic/cli-plugin-ionic-angular : 1.1.2 
    Ionic Framework     : ionic-angular 3.2.1 

System: 

    Node  : v7.1.0 
    OS   : Windows 8.1 
    Xcode  : not installed 
    ios-deploy : not installed 
    ios-sim : not installed 

ionic info warnte mich, dass es einige Updates gab, die endeten in neuer Konfiguration:

global packages: 

    @ionic/cli-utils : 1.3.0 
    Cordova CLI  : 7.0.1 
    Ionic CLI  : 3.3.0 

local packages: 

    @ionic/app-scripts    : 1.3.7 
    @ionic/cli-plugin-cordova  : 1.3.0 
    @ionic/cli-plugin-ionic-angular : 1.3.0 
    Cordova Platforms    : android 6.2.3 
    Ionic Framework     : ionic-angular 3.2.1 

System: 

    Node  : v7.1.0 
    OS   : Windows 8.1 
    Xcode  : not installed 
    ios-deploy : not installed 
    ios-sim : not installed 

Fehler bleibt nach der Aktualisierung bestehen.

Versucht ionic cordova run android --livereload aber das Ergebnis ist das gleiche.

+0

können Sie Ausgang 'ionische info'? – Guillaume

+0

Ich habe die Antwort mit der Ausgabe aktualisiert. – pablo

Antwort

-1

sollte diese Arbeit:

ionischen cordova Lauf android --livereload

+0

Danke, werde später versuchen – pablo

+0

Gleicher Fehler, kein Unterschied. – pablo

+0

Laden Sie einen externen Emulator wie Genymotion herunter, der die beste Arbeit für jetzt ist –

Verwandte Themen