日期:2014-05-16  浏览次数:20700 次

linux下无法创建AVD
[2012-02-22 05:24:12 - SDK Manager] /opt/eclipse/android-sdk-linux/tools/mksdcard: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory
[2012-02-22 05:24:12 - SDK Manager] Failed to create the SD card.
[2012-02-22 05:24:12 - SDK Manager] Failed to create sdcard in the AVD folder.

------最佳解决方案--------------------
提示不是很清晰了么?
libstdc++.so.6  看看你的系统里有这个文件否
没有的话,可以尝试建立一个同名的软连接到libstdc++.so.*
------其他解决方案--------------------
这不是根本原因 我试过了 把这个加上去之后 又出现了这个包依赖的其他错误
------其他解决方案--------------------
你的系统是不是64位的?你需要32位的C++库。试试安装ia32-libs包,应该可以解决这个问题。请参考http://stackoverflow.com/questions/6641894/android-virtual-deviceavd-problem-in-ubuntu-11-04
------其他解决方案--------------------
null