模拟器缺少网络参数
Missing network param from emulator
我尝试从 android 模拟器更改网络类型。从官方 android 文档 (https://developer.android.com/studio/run/emulator-commandline.html) 中,我想使用 network 来更改 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
我没有看到文档中解释的网络,当我尝试 运行 网络命令时,出现错误...有人遇到过这个问题吗?知道如何解决吗?
我尝试从 android 模拟器更改网络类型。从官方 android 文档 (https://developer.android.com/studio/run/emulator-commandline.html) 中,我想使用 network 来更改 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
我没有看到文档中解释的网络,当我尝试 运行 网络命令时,出现错误...有人遇到过这个问题吗?知道如何解决吗?