Android Studio 2.0升级后,Android Emulator无法启动

问题描述:

我最近将Android Studio升级到了2.0(Windows),这破坏了模拟器.
症状是仿真器启动了一个(单线程)进程,该进程占用其CPU的大约100%.屏幕上没有任何显示.
当然,在更新之前,这就像是一种魅力.

I recently upgraded Android Studio to 2.0 (Windows) which broke the emulator.
The symptom is that the emulator starts a (single thread) process that takes about 100% of its CPU. Nothing shows on the screen.
Of course, this worked like a charm before the update.

我尝试过的几件事:

  • 使用了更新前后创建的AVD
  • 将AVD内存增加到1G
  • 删除/安装Android Studio
  • 使用了不同的CPU体系结构(Arm& x86)
  • 使用了不同版本的API(21和23)

临时解决方案:

  1. 进入AVD管理器,选择虚拟设备,然后单击编辑"
  2. 找到仿真性能"->图形,然后将其从自动(或硬件)切换到软件.

它的性能不高,但这对我有用.似乎Android Studio 2.0在某些图形卡或某些图形上无法很好地发挥作用.

It won't have quite the performance, but this worked for me. Seems to be that Android Studio 2.0 doesn't play well with certain graphics cards or something.