adb链接手机调试android应用 hulk@hulk-Lenovo:~$ adb devices List of devices attached ???????????? no permissions //切换到root权限目录下 hulk@hulk-Lenovo:~$ su 密码: root@hulk-Lenovo:/home/hulk# //如果没有安装adb,可以到androidsdk目录下/platform-tools目录下,./adb root@hulk-Lenovo:/ho…
先上官方原文: Wireless usage adb is usually used over USB. However, it is also possible to use over Wi-Fi, as described here. Connect Android device and adb host computer to a common Wi-Fi network accessible to both. We have found that not all access point…