当前位置:Gxlcms > 数据库问题 > adb 无线调试

adb 无线调试

时间:2021-07-01 10:21:17 帮助过:2人阅读

其中setprop是用来设置系统属性的,这里不需要root权限,su即可。可通过adb shell设置,亦可通过手机上安装的Android terminal设置。

2. 电脑端的设置和使用

连接adb,其中phone_ipaddress和portnumber是指手机的ip和前面设置的监听端口号(如5555)

adb connect phone_ipaddress:portnumber

直接adb shell或adb -s 设备shell连接设备

查看连接:adb devices 或查看Eclipse中的Devices

如若要断开则如下:

adb disconnect phone_ipaddress:port

adb 无线调试

标签:

人气教程排行