码迷,mamicode.com
首页 > 其他好文 > 详细

安装apk文件报waiting for device 时解决办法

时间:2015-05-14 16:07:49      阅读:342      评论:0      收藏:0      [点我收藏+]

标签:

C:\Users\root>adb install d:\rry_0514.apk
error: more than one device and emulator
- waiting for device -
error: protocol fault (status read)

# Kill and restart      
$ adb kill-server      
$ adb start-server     
 daemon not running. starting it now *      
 daemon started successfully *         

# Device appears, but is listed as offline

$ adb devices      
$ adb logcat

安装apk文件报waiting for device 时解决办法

标签:

原文地址:http://www.cnblogs.com/AliceAn/p/4503170.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!