2017-04-16 1 views
0

私はこのページのガイダンスに従って、Telnet経由でAndroidのエミュレータに接続して遊ぶしようとしている:、5554 /Users/me/.emulator_console_auth_tokenで見つかったトークンで認証し、リストを持って:私は成功したローカルホストに接続https://developer.android.com/studio/run/emulator-console.htmlAndroid Studioのtelnetコンソールに「ネットワーク」と「ウィンドウ」コマンドがありませんか?

利用可能なコマンドの:

$ 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 

しかし、私はそのページに記載されたnetworkwindowvmコマンドは、このリストに含まれていないことに気づきました。これらのコマンドを実行するにはどうすればよいですか?

ありがとうございます!

マット

答えて

0

2.3.1

アンドロイドスタジオでエミュレータを実行中に、このオプションが提供されています
関連する問題