Android 多模拟器使用adb shell
开启多模拟器时使用adb shell无法进入Android,会报error: more than one device and emulator错误。
这个时候使用:adb devices查看加载的设备,
比如返回结果为:List of devices attachedemulator-5554 deviceemulator-5556
device在使用 adb -s [设备] [命令]执行命令,
比如:adb -s emulator-5554 shell进入shell后使用getprop命令获取系统信息其中的[net.gprs.local-ip]: [10.0.2.15]即为模拟器的ip地址这里值得注意的是,多个模拟器ip地址都是相同的。
相关推荐
huha 2020-10-16
tianhuak 2020-11-24
lianshaohua 2020-09-23
laisean 2020-11-11
zhangjie 2020-11-11
大牛牛 2020-10-30
firefaith 2020-10-30
liguojia 2020-10-20
wangzhaotongalex 2020-10-20
以梦为马不负韶华 2020-10-20
CARBON 2020-10-20
彼岸随笔 2020-10-20
lianshaohua 2020-10-20
yutou0 2020-10-17
JohnYork 2020-10-16
xiaonamylove 2020-10-16
Julyth 2020-10-16
applecarelte 2020-10-16
ourtimes 2020-10-16