我是一个Linux n00b试图在Eclipse中设置我的开发环境。我安装了Eclipse和Android SDK,但是当我启动Eclipse或者当我试图运行./aapt或./adb时,我得到一些错误。
原文链接:https://www.f2er.com/ubuntu/351177.htmljason@ubuntu:~/usr/android-sdk-linux_x86/platform-tools$ ./aapt ./aapt: error while loading shared libraries: libz.so.1: cannot open shared object file: No such file or directory jason@ubuntu:~/usr/android-sdk-linux_x86/platform-tools$ ./adb ./adb: error while loading shared libraries: libncurses.so.5: wrong ELF class: ELFCLASS64
那个ELF类错误让我想到我安装了一个错误的软件版本,但我不记得被要求在x86和x86-64之间选择。
jason@ubuntu:~/usr/android-sdk-linux_x86$ echo $MACHTYPE x86_64-pc-linux-gnu