我启动了AVD,哪一个都没关系,但是我尝试了Nexus 4并使用API 18和25,然后通过telnet连接发送命令。它连接正常,auth正常,但是诸如“网络速度边缘”或“网络速度已满”之类的命令将导致:
KO: unknown command, try 'help'
好的,我可以看一下帮助,但是可用命令列表中没有与网络相关的命令:
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
此外,我正在Linux Mint 18.1上运行完全更新的最新Android Studio。其他命令(例如“ geo”和“ power”)可以正常工作。
最佳答案
network命令不是必需的,因为android studio为您提供了一个工具栏,您可以在其中更改网络类型。
对我来说,这样做很容易。该工具栏显示在模拟器屏幕旁边。