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
Tweet
Thanks a lot Karim, it had resolved the problem for me too ;)
ReplyDeletethanks karim, worked for me with android adt on ubuntu 14.04 64-bit running under virtualbox on a mac.
ReplyDeleteLikewise, solved this problem for me on 14.04 64-bit. Thanks Karim!
ReplyDeleteThis comment has been removed by the author.
ReplyDeleteThanks Karim, solved it for me too, now struggling with libGL.so while launching the emulator...
ReplyDeleteThanx !!
ReplyDelete