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.
也就是说下载不同版本的系统镜像,可以用 Android emulator运行各种版本的android系统。解决不同版本测试问题。也就是说虚拟机需要这个镜像(低版本4.0以下android不需要)

下载完之后,在sdk目录system-images下面出现下载下来的image文件。以前2.x的时候是在platforms里面。

接下来重启Eclipse可能会提示更新adt。如果图方便或网络差就不更新按下面方法操作:

http://blog.csdn.net/xwq911/article/details/44856493

完成之后,打开Eclipse,运行虚拟机。


终于成功运行了!!



更多相关文章

  1. [android]无聊写个android的GCDのdispatch_async
  2. Android(安卓)Studio 导入项目时遇到sdk location not found错误
  3. android 版本更新
  4. Android清单文件属性大全
  5. [android警告]AndroidManifest.xml警告 Not targeting the lates
  6. android studio 使用cmake支持C++出现无法sync cmake error的问
  7. Android版本号对应API、版本名称、NDK版本等
  8. JavaCV & Android
  9. Android学习笔记之mainfest文件中android属性

随机推荐

  1. Android(安卓)常见的几种加密方式RSA、CB
  2. Android ListView嵌套Button,Button事件
  3. Android 将activity设置成对话框样式
  4. Ionic新建项目(以Android为例)
  5. androidのMMS短信发送过程(二)
  6. android 获取手机信息(device ip,os versio
  7. 【android】解决设置ImageView的scaletyp
  8. 如何制作Jar包并在android中调用jar包
  9. android夜间模式的实现
  10. Android中为PopupWindow设置半透明背景的