(emulator port adb shell)
根据emulator的端口进入adb设备的命令
今天早上写一个socket的测试程序,需要开两个模拟器,一个作服务器,一个作客户端。
我设置两个模拟器的ip地址和dns,需要进入两个模拟器的adb shell,找了一会发现网上很多命令都不对,进不去。
后来试出来了是用这个命令:
adb -s emulator-5554 shell
adb -s emulator-5556 shell
(emulator port adb shell)
根据emulator的端口进入adb设备的命令
今天早上写一个socket的测试程序,需要开两个模拟器,一个作服务器,一个作客户端。
我设置两个模拟器的ip地址和dns,需要进入两个模拟器的adb shell,找了一会发现网上很多命令都不对,进不去。
后来试出来了是用这个命令:
adb -s emulator-5554 shell
adb -s emulator-5556 shell