adb 调试一直报错 $ adb shell error: device offline 解决办法: $ adb kill-server $ adb start-server * daemon not running. starting it now on port * * daemon started successfully *…
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…