1、启动adb服务 adb start-server 2、关闭服务 adb kill-server 3、进入shell环境 adb shell 4、安装应用 adb install -r xxx.apk 5、卸载应用 adb uninstall packagename 6、清除应用数据 adb sh Read More
posted @ 2017-04-14 15:06
*心向阳*
Views(138)
Comments(0)
Diggs(0)
1、在使用adb命令跑程序时出现adb: error: failed to get feature set: unknown host service 输入adb shell 时提示error: unknown host service。 2、解决办法如下: 查看哪个程序占用5037端口 结束端口6 Read More
posted @ 2017-04-14 10:48
*心向阳*
Views(1877)
Comments(0)
Diggs(0)

浙公网安备 33010602011771号