問題:
Ubuntu12.04安裝64位系統出現編譯錯誤error while loading shared libraries: libz.so.1: cannot open shared object file: No such file or dir
解決方法:
error while loading shared libraries: libz.so.1: cannot open shared object file: No such file or directory 解決辦法來源於: http://askubuntu.com/questions/147400/problems-with-eclipse-and-android-sdk
輸入apt-get install lib32ncurses5 ia32-libs
adb: error while loading shared libraries: libstdc++.so.6: wrong ELF class: ELFCLASS64
解決方法:sudo apt-get install lib32ncurses5 lib32stdc++6