error while loading shared libraries: libstdc++.so.6: cannot open shared obj


linuxmint x86_64 位adb无法启动。

 

Eclipse 中的Android adb 会报告  Android/android-sdk-linux/build-tools/19.0.0/aapt: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory 

原因在于,ubuntu,ia32_libs 被废弃了导致没有32位的lib库。 

解决方法 

sudo apt-get install lib32stdc++6 
sudo apt-get install lib32z1


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM