2017-04-16 4 views
0

Ich versuche, mit Verbindung zu einem Android-Emulator über Telnet zu spielen, um im Anschluss an die Führung dieser Seite: https://developer.android.com/studio/run/emulator-console.htmlAndroid Studio Telnet-Konsole fehlt "Netzwerk" und "Fenster" Befehl?

ich erfolgreich auf localhost verbunden: 5554, mit dem Token in /Users/me/.emulator_console_auth_token gefunden authentifiziert, und bekam eine Liste der verfügbaren Befehle:

$ telnet localhost 5554 
Trying ::1... 
telnet: connect to address ::1: Connection refused 
Trying 127.0.0.1... 
Connected to localhost. 
Escape character is '^]'. 
Android Console: Authentication required 
Android Console: type 'auth <auth_token>' to authenticate 
Android Console: you can find your <auth_token> in 
'/Users/me/.emulator_console_auth_token' 
OK 
auth 123456789XYZ 
Android Console: type 'help' for a list of commands 
OK 
help 
Android console command help: 

    help|h|?   print a list of commands 
    crash   crash the emulator instance 
    kill    kill the emulator instance 
    quit|exit  quit control session 
    redir   manage port redirections 
    power   power related commands 
    event   simulate hardware events 
    avd    control virtual device execution 
    finger   manage emulator fingerprint 
    geo    Geo-location commands 
    sms    SMS related commands 
    cdma    CDMA related commands 
    gsm    GSM related commands 
    rotate   rotate the screen by 90 degrees 

Allerdings habe ich bemerkt, dass network, window und vm Befehle in dieser Seite erwähnt werden, sind in dieser Liste nicht. Wie bekomme ich diese Befehle?

Vielen Dank im Voraus!

Matt

Antwort

0

diese Option ist verfügbar, während der Emulator in Android-Studio läuft 2.3.1