首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 移动开发 > Android >

Android SDK 在 PC机上 运行adb shell 不成功(环境变量已经配好了),该如何处理

2012-03-25 
Android SDK 在 PC机上 运行adb shell 不成功(环境变量已经配好了)我输入adb可以成功输入adb shell为什么

Android SDK 在 PC机上 运行adb shell 不成功(环境变量已经配好了)
我输入adb可以成功
输入adb shell为什么提示:error: protocol fault (no status) 呢 ?

[解决办法]
Code:
C:\AndroidSDK\tools>adb devices
error: protocol fault (no status)

after searching for 2 days through various posts I still could not get it to work, even though it had worked fine previously.In the end it was a simple fix

Open task manager and search for adb.exe and right click > end process.

Hope this helps someone else 

google搜到的,多用用百度,谷歌吧
[解决办法]
adb会卡死是常例。适当重启adb服务,这类问题是常有的。

热点排行