直接使用 adb 无法识别我的平板电脑,但 eclipse 可以识别

发布于 2025-01-07 12:30:18 字数 444 浏览 2 评论 0原文

我可以从 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

毅然前行 2025-01-14 12:30:18

通过删除可执行文件解决问题

/bin/adb

并在 platform-tools 中创建指向 adb 的软链接

sudo ln -s /sdk/android-sdk-linux_x86/platform-tools/adb adb

Problem solve by remove the executable

/bin/adb

and make a softlink link to adb in platform-tools

sudo ln -s /sdk/android-sdk-linux_x86/platform-tools/adb adb

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文