使用Eclipse Helios的Linux上的Android SDK出现问题 [英] Problem with Android SDK on Linux with Eclipse Helios

查看:163
本文介绍了使用Eclipse Helios的Linux上的Android SDK出现问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我刚刚在我的机器上安装了Android SDK。我运行的是Fedora 13(64位),Android套件是r06 for Linux。我正在运行Eclipse Helios。当我尝试链接到Eclipse中的sdk时,我收到此错误:



[2010-07-21 07:10:23 - adb]无法获取adb版本:无法运行程序/ home / jmneedham / android-sdk-linux / tools / adb:java.io.IOException:error = 2,没有这样的文件或目录



我已经检查了目录权限,似乎很好,但是我不确定SDK是否与64位Linux不兼容,或者要解决这个问题。


解决方案

我在另一个论坛上发现,这可能是由于您的jdk中不存在的某些库引起的。他们的问题是通过下载解决的:



lib32-libstdc ++ 5
lib32-libx11
lib32-ncurses
lib32-zlib
lib32-sdl
lib32-libxext



如果您想要更多详细信息,或者这些库没有帮助,请检查这里的整个主题


I just installed the Android SDK on my machine. I am running Fedora 13 (64 bit) and the Android kit is r06 for Linux. I am running Eclipse Helios. I get this error when I try to link to the sdk inside Eclipse:

[2010-07-21 07:10:23 - adb]Failed to get the adb version: Cannot run program "/home/jmneedham/android-sdk-linux/tools/adb": java.io.IOException: error=2, No such file or directory

I have checked directory permissions and those seem to be fine, but I am not sure if the SDK is just not compatible with 64 bit Linux or what to do to fix this.

Help is appreciated.

解决方案

I found on another forum that this might be caused by some library not present in your jdk. Their issue was solved by downloading :

lib32-libstdc++5 lib32-libx11 lib32-ncurses lib32-zlib lib32-sdl lib32-libxext

If you want more details or if these libraries does not help, check the whole topic here

这篇关于使用Eclipse Helios的Linux上的Android SDK出现问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆