2017-02-19 4 views
0

Ich versuche, eine App für Windows Mobile mit Appcelerator zu erstellen, die iOS und Android-Versionen sind bereits gebaut. Aber ich kann keine Emulatoren in Appcelerator finden.Windows Emulatoren in Appcelerator

Sie arbeiten in Visual Studio 2015

So habe ich die Hyper-V-Optionen aktiviert und bekam die Emulatoren arbeiten in VS 2015, als ich die App Appcelerator laufen sie sagt: Ungültige „--device- ID "Wert" 8-1-1 "

Was ist zu tun? Vielen Dank im Voraus!

Als ich "APPC info" laufen ich dieses (beachten Sie, dass es keine Emulatoren aufgeführt.

Appcelerator Command-Line Interface, version 6.1.0 
Copyright (c) 2014-2017, Appcelerator, Inc. All Rights Reserved. 

Operating System 
    Name      = Microsoft Windows 10 Pro 
    Version      = 10.0.14393 
    Architecture    = 32bit 
    # CPUs      = 8 
    Memory      = 15.9GB 

Node.js 
    Node.js Version    = 4.6.0 
    npm Version     = 2.15.9 

Appcelerator CLI 
    Installer     = 4.2.8 
    Core Package    = 6.1.0 

Titanium CLI 
    CLI Version     = 5.0.11 
    node-appc Version   = 0.2.39 

Titanium SDKs 
    6.0.1.GA 
    Version     = 6.0.1 
    Install Location   = C:\ProgramData\Titanium\mobilesdk\win32\6.0.1.GA 
    Platforms     = android, mobileweb, windows 
    git Hash     = 265db0d 
    git Timestamp    = 12/20/2016 00:54 
    node-appc Version   = 0.2.39 

Intel® Hardware Accelerated Execution Manager (HAXM) 
    Not installed 

Java Development Kit 
    Not found 

Genymotion 
    Path      = not found 
    Genymotion Executable  = not found 
    Genymotion Player   = not found 
    Home      = not found 

VirtualBox 
    Executable     = not found 
    Version      = unknown 

Android SDK 
    Android Executable   = not found 
    ADB Executable    = not found 
    SDK Path     = not found 

Android NDK 
    NDK Path     = not found 
    NDK Version     = not found 

Android Platforms 
    None 

Android Add-Ons 
    None 

Android Emulators 
    None 

Genymotion Emulators 
    None 

Connected Android Devices 
    None 

Microsoft (R) Visual Studio 
    14.0 (selected) 
    Path      = C:\Program Files (x86)\Microsoft Visual Studio 14.0\ 
    CLR Version    = v4.0.30319 
    MSBuild Version   = v14.0.25420.1 
    Windows Phone SDKs  = not installed 

Microsoft (R) Windows Phone SDK 
    8.1 (selected) 
    Path      = C:\Program Files (x86)\Microsoft SDKs\Windows Phone\v8.1\ 

Windows PowerShell 
    Enabled     = yes 

Windows Phone Emulators 
8.1 
10.0 

Windows Phone Devices 

Java Development Kit Issues 
    × JDK (Java Development Kit) not installed. 
    If you already have installed the JDK, verify your JAVA_HOME environment variable is correctly 
    set. 
    The JDK is required for must be manually downloaded and installed from 
    http://appcelerator.com/jdk. 

Android Issues 
    × JDK (Java Development Kit) not found. 
    If you already have installed the JDK, verify your JAVA_HOME environment variable is correctly 
    set. 
    The JDK can be downloaded and installed from http://appcelerator.com/jdk. 

Antwort

0

Können Sie diesen Befehl ausführen und sehen, ob das hilft

appc run - p Fenster --target wp-Emulator --deploy Zeit Entwicklung --device Nummer 8-1-1

Bitte auch diesen Thread überprüfen. Unable to run Windows Phone 8.1 Emulator on Titanium Appcelerator

Stellen Sie sicher, dass Windows 8.1-Emulatoren in der App-Info Ausgabe aufgeführt sind. Es sieht ähnlich aus.

Windows Phone Emulators 
8.1 
    Emulator 8.1 WVGA 4 inch 512MB 
    UDID      8-1-1 
    Emulator 8.1 WVGA 4 inch 
    UDID      8-1-2 
    Emulator 8.1 WXGA 4.5 inch 
    UDID      8-1-3 
    Emulator 8.1 720P 4.7 inch 
    UDID      8-1-4 
    Emulator 8.1 1080P 5.5 inch 
    UDID      8-1-5 
    Emulator 8.1 1080P 6 inch 
    UDID      8-1-6 
+0

Vielen Dank für Ihre Antwort! Dies ist der Fehler, ich bin nach der Verwendung Ihres Vorschlags: 2017-02-26T16: 27: 07.905Z | FEHLER | Eine nicht abgefangene Ausnahme wurde ausgelöst! Keine Windows Phone-Emulatoren gefunden 2017-02-26T16: 27: 07.908Z | FEHLER | Keine Windows Phone-Emulatoren gefunden – Falcko

+0

hmm..sieht aus, als gäbe es keine Windows-Telefon-Emulatoren im System installiert. Auch Ihre obigen * appc-Informationen "zeigt Windows 8.1 Emulatoren Liste nicht. –

Verwandte Themen