在64位的Ubuntu下,打开android模拟器出现以下报错:
Starting emulator for AVD 'Android'
Failed to start emulator: Cannot run program "/home/XX/adt-bundle-linux-x86_64-20130729/sdk//tools/emulator": error=2, 没有那个文件或目录!
解决办法是:
sudo apt-get install lib32stdc++6
本文详细介绍了在使用Ubuntu 64位系统时,遇到Android SDK提供的32位程序无法正常启动模拟器的问题,并提供了解决方案。通过安装lib32stdc++6依赖包,成功解决了无法运行emulator程序的错误。
8678

被折叠的 条评论
为什么被折叠?



