libstdc++.so.6 , libncurses.so.5 缺少錯誤

出現以上問題到原因主要是Ubuntu用到是X64位,系統中缺少X32的鏈接庫,所以ANDROID編譯會報錯,解決方案如下:

Q1: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory

Solution:
sudo apt-get install libstdc++6


Q2: error while loading shared libraries:libncurses.so.5:cannot oopen shared object file:No such file or directory

Solution:
sudo apt-get install libncurses5:i386


Android SDK having trouble with ADB
http://askubuntu.com/questions/143774/android-sdk-having-trouble-with-adb

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章