Error
aapt: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory
This error happened after upgrading Ubuntu to 13.10 64bit when trying to build Android projects on Eclipse
Solution
Installing "lib32stdc++6" solved the error
sudo apt-get install lib32stdc++6
Credits:http://askubuntu.com/questions/147400/problems-with-eclipse-and-android-sdk
No comments:
Post a Comment