我尝试从Android模拟器更改网络类型。从官方的android文档(https://developer.android.com/studio/run/emulator-commandline.html),我想使用网络来改变LTE / UMTS / GPRS网络类型。我从最后一个Android Studio 2.2创建一个新的模拟器并连接到telnet。我运行帮助命令(验证后),我得到:
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
我没有在文档中看到网络作为解释,当我尝试运行网络命令时,我收到错误...有人已经遇到过这个问题吗?知道怎么解决吗?
答案 0 :(得分:0)