直接使用 adb 无法识别我的平板电脑,但 eclipse 可以识别
我可以从 eclipse 运行我的应用程序 但是当我尝试直接从终端使用 adb 时,
它说
adb 服务器已过时。杀...
重新启动守护进程后,我的平板电脑未列出,
它工作正常近一年,直到今天 不知道会发生什么。
更多信息
- 平板电脑:ASUS Transformer TF01
- ADT 插件已更新
- android SDK 工具更新
- 的“adb devices”结果显示没有连接设备。 (甚至不是?????????)
- 另一台Android设备HTC Desire HD可以工作,但“adb服务器已过时。杀死...”
- 最近发生变化:两天前更新了TF01固件,使用aahk工具进行root昨天我的欲望高清
I can run my app from eclipse
but when i try to use adb directly form terminal
it says
adb server is out of date. killing...
after it restart the deamon, my tablet is not listed
it works fine for almost a year until today
have no idea what happen.
more information
- Tablet: ASUS Transformer TF01
- ADT plugin updated
- android SDK Tools updated
- result of "adb devices" shows there is no devices attached. (not even ?????????)
- another android device HTC Desire HD works but "adb server is out of date. killing..." occurs
- recent change: updated TF01 firmware two days ago, use aahk tools to root my Desire HD yesterday
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
通过删除可执行文件解决问题
并在 platform-tools 中创建指向 adb 的软链接
Problem solve by remove the executable
and make a softlink link to adb in platform-tools