错误信息:
Starting emulator for AVD 'android' Failed to start emulator: Cannot run program "/home/spring/soft/adt-bundle-linux/sdk//tools/emulator": error=2, No such file or directory
解决这个问题的办法是:
If you're running a 64-bit system, you need to install ia32-libs
sudo apt-get install ia32-libs
参考:http://stackoverflow.com/questions/14578557/android-failed-to-start-emulatorcannot-run-program
本文介绍了当尝试启动Android模拟器时遇到“Cannot run program”错误的解决方案。针对64位系统用户,需要安装ia32-libs来解决此问题,并提供了具体的命令行操作步骤。
1216

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



