android开发环境搭建
错误信息:
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