问题描述
我是Android的新手,正在尝试设置Android开发环境。我已经按照official documentation中给出的步骤进行操作,但是仍然出现以下错误:
[2011-11-08 22:24:39 – adb]/opt/eclipse/android-sdk-linux/platform-tools/adb: error while loading shared libraries: libncurses.so.5: wrong ELF class: ELFCLASS64
[2011-11-08 22:24:39 – adb]’adb version’ failed! /opt/eclipse/android-sdk-linux/platform-tools/adb: error while loading shared libraries: libncurses.so.5: wrong ELF class: ELFCLASS64
[2011-11-08 22:24:39 – adb]Failed to parse the output of ‘adb version’
我已尝试通过安装3次来解决此问题,但该问题仍然存在。谁能帮我解决这个问题?
寻找帮助的前言。
环境细节:
JDK : 7
Eclipse : 3.7.1
OS : Ubuntu 11.10
谢谢!
阿南德·查万(Anand Chavan)
最佳答案
从存储库安装ia32-libs将解决此问题。
sudo apt-get install ia32-libs
次佳答案
看一下这个! http://developer.android.com/sdk/installing.html#troubleshooting