Fedora 14 上使用 Eclipse 的 Android SDK 问题

发布于 2024-11-18 18:00:07 字数 650 浏览 3 评论 0原文

我刚刚在我的机器上安装了 Android SDK。我运行的是 Fedora 14(64 位),Android 套件是适用于 Linux 的 r07。我正在运行 Eclipse Indigo。当我尝试链接到 Eclipse 内的 sdk 时出现错误,提示:
无法获取 adb 版本:无法运行程序“/home/naman/workspace/android-sdk-linux/tools/adb”:java.io.IOException:error=2,没有这样的文件或目录

该问题也记录在此处
Linux 上的 Android SDK 问题与 Eclipse Helios
但没有解决方案。
Ubuntu 机器有一个解决方案--
64 位 Linux 计算机上的 Android SDK

有人可以为 Fedora 建议类似的解决方案吗?

I just installed the Android SDK on my machine. I am running Fedora 14 (64 bit) and the Android kit is r07 for Linux. I am running Eclipse Indigo. I get an error when I try to link to the sdk inside Eclipse, saying :
Failed to get the adb version: Cannot run program "/home/naman/workspace/android-sdk-linux/tools/adb": java.io.IOException: error=2, No such file or directory

The problem is also documented here
Problem with Android SDK on Linux with Eclipse Helios

But with no solutions.

A solution is there for Ubuntu machines--
Android SDK on a 64-bit linux machine

Can someone suggest a similar solution maybe for fedora??

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

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

发布评论

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

评论(3

吃兔兔 2024-11-25 18:00:07

我遇到了同样的问题,直到我发现他们已经移动了 adb (然后我自动更新了它)。

看看你是否可以在这里看到它(或者让 Eclipse 在这里尝试):/home/naman/workspace/android-sdk-linux/platform-tools/adb

另外看看你是否有该文件:/home/naman/workspace/android-sdk-linux/tools/adb_has_moved.txt

I had the same problem until I figured out that they have moved adb (and then I had updated it automatically).

See if you can see it here (or make Eclipse try here): /home/naman/workspace/android-sdk-linux/platform-tools/adb

Also see if you have the file: /home/naman/workspace/android-sdk-linux/tools/adb_has_moved.txt

兰花执着 2024-11-25 18:00:07

对于 Fedora-16 64 位,我解决了这个问题,如下所示:

yum install glibc.i686 glibc-devel.i686
yum install ncurses-libs.i686
yum install libstdc++.i686

安装后,重新启动 Eclipse,Android 包应该加载。

For Fedora-16 64-bit I solved this as follows:

yum install glibc.i686 glibc-devel.i686
yum install ncurses-libs.i686
yum install libstdc++.i686

After installing, restart Eclipse and Android packages should load.

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