Android 调试桥连接在 Ubuntu x64 和 androidx86 上不起作用

发布于 2024-12-19 17:47:10 字数 234 浏览 0 评论 0原文

我确实使用 ADT 和 Android SDK 2.3.3 设置了 eclipse,但是尝试运行 ./adb connect 似乎没有执行任何操作,因为执行挂起并且没有任何反应。我能够使用 ia32-libs 安装 SDK,并且 eclipse 工作起来就像一个魅力...但是这是阻止我将 VM 连接到 eclipse/adb 的最后一步。

谁能解释一下如何排除故障?

I did setup eclipse with ADT and the Android SDK 2.3.3 however it seems that trying to run ./adb connect <ip_of_vm> does not do anything as the execution hangs and nothing happens. I was able to install the SDK with the ia32-libs and eclipse works like a charm... however this is the last step preventing me from attaching my VM to eclipse/adb.

Can anyone explain me how to troubleshoot?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

情徒 2024-12-26 17:47:10

这是我的开发框架:

  • Ubuntu 10.04 x86_64
  • Java 1.6.0_26-b03(64位)
  • Java开发人员的Eclipse IDE:1.2.2.20100216-1730(64位)
  • Android开发工具:15.0.1.v201111031820-219398
  • Android调试桥版本: 1.0.29

我不记得做过任何与 ia32 有关的事情

你们有 64 位版本的 Java 和 Eclipse 吗?
我建议卸载 SDK 并重新安装,而不使用 ia32-libs

This is my development framework:

  • Ubuntu 10.04 x86_64
  • Java 1.6.0_26-b03 (64 bit)
  • Eclipse IDE for Java Developers: 1.2.2.20100216-1730 (64 bit)
  • Android Development Tools: 15.0.1.v201111031820-219398
  • Android Debug Bridge version: 1.0.29

I do not remember having done anything related to ia32

Do you have 64 bit versions of Java and Eclipse?
I would suggest to uninstall the SDK and install it again without using the ia32-libs

泛泛之交 2024-12-26 17:47:10

是的,adb 工具在 android x86 上不可用,所以你不能使用 adb 命令,这里修改了一些命令,也看看你可以使用什么按 Alt + F1 然后进入 /system/bin / 然后使用 ls

Yes,adb tool is not available with android x86 so you can not use adb commands here some commands are modified also see what all you can use press Alt + F1 then go at /system/bin/ then make use of ls

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