When i try to create a new Android Virtual Device(AVD) on Ubuntu 11.04, i get this error: "Error while loading shared libraries: libstdc++.so.6: cannot open shared object file: no such file or directory. Yes, the library file is in its right place /usr/lib :\
|
feedback
|
|
I ran into this problem using Ubuntu 11.04 x64, the error was fixed by installing lib32stdc++6, ia32-libs, and lib32ncursesw5 | ||||
|
feedback
|
|
Do
and then try again. It's a 64 bit install I'm guessing. | |||||||||
feedback
|