android4.0创建AVD后,打开虚拟机黑屏问题解决

1、更新最新版本SDK(可能要)注意选中ARM EABI v7a System Image这个是虚拟机需要的

android4.0创建AVD后,打开虚拟机黑屏问题解决_第1张图片

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,运行虚拟机。

android4.0创建AVD后,打开虚拟机黑屏问题解决_第2张图片

终于成功运行了!!



你可能感兴趣的:(android,android,android4.0,android,emulator,黑屏)