2016-09-29 80 views
0

我尝试从android模拟器中更改网络类型。从官方的android文档(https://developer.android.com/studio/run/emulator-commandline.html),我想用网络来改变LTE/UMTS/GPRS网络类型。我从上一个Android Studio 2.2创建一个新的模拟器,并使用telnet连接。我运行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 

我没有看到网络,如文档中解释,当我尝试运行网络命令,我得到一个错误...任何人有已经遇到了这个问题?任何想法如何解决它?

回答