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

 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM