android ADB 调试

来源:互联网 发布:哪些软件可以赚钱 编辑:程序博客网 时间:2024/06/07 02:33


1.进入终端 root用户,启动adbd
cd /sbin/
./adbd &




2.PC端:
1). “./adb kill-server” (only if a server had previously been started)
2). “./adb start-server”
3). “./adb connect xx.xx.xx.xx:5555” (where xx is the IP addres of the STB)