Android Studio在IP连接142的手机进行无线调试
adb tcpip 5555 // 端口
adb shell ifconfig wlan0 //查看ip
adb connect 192.168.1.142:5555
当已经连接上142这个ip,还想再连接其他143这个ip 方法如下:
adb devices -l 查看当前设备
adb -t49 tcpip 5678
adb -t49 connect 192.168.1.143:5678
屏幕设置密度:
adb shell
wm density 480
如果连接上多台设备则使用 adb -t49 shell 方式
模拟按键输入事件:
adb shell input keyevent 164