1、更新最新版本SDK(可能要翻墙)注意选中ARM EABI v7a System Image这个是虚拟机需要的
android中的api是这么说的:
-
System Image
- Recommended. Although you might have one or more Android-powered devices on which to test your app, it's unlikely you have a device for every version of Android your app supports. It'sa good practice to download system images for all versions of Android your app supports and testyour app running on them with the Android emulator.
下载完之后,在sdk目录system-images下面出现下载下来的image文件。以前2.x的时候是在platforms里面。
接下来重启Eclipse可能会提示更新adt。如果图方便或网络差就不更新按下面方法操作:
http://blog.youkuaiyun.com/xwq911/article/details/44856493
完成之后,打开Eclipse,运行虚拟机。
终于成功运行了!!