Emulator in Android Studio doesn't start

android, android-emulator, android-studio

Solution

I had the same problem. I just created the AVD with 768 MB RAM and it did run fine!

UPDATE: November 2022 This answer was almost from 10 years ago and will most propably not work on current version of Android Studio.

Problem

I think it's a problem with the SDK reference in Project Structure, but when I click run and I choose Launch Emulator nothing appears.

Original source

Related problems