1

I'm using Mac 10.7.4. I have the latest Android Studio for Mac (0.8.14 Build 135.1538390) with the following APIs installed:

  • API 16
  • API 17
  • API 18
  • API 19
  • API 20
  • API 21

I have installed ALL packages from each API (System Images, SDK Platform, Samples, Sources...). I also have installed the following Tools:

Tools installed

When I try to create a Virtual Device, I get this screen, which I've never seen before:

enter image description here

I've tried a lot of combinations, but I always get the same result: a message saying "studio quit unexpectedly". Any ideas on how to solve this issue?

Thanks!

mrcasals
  • 1,151
  • 10
  • 20

1 Answers1

3

Try to not open the AVD Manager from within Android Studio. The app itself should be located in your Android SDK directory.

Blacklight
  • 3,809
  • 2
  • 33
  • 39
  • Solved the issue by opening the AVD Manager directly from the terminal, as explained here: http://stackoverflow.com/a/21503456/2110884 – mrcasals Nov 21 '14 at 10:01