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

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