0

When starting the emulator in Android SDK it cannot open the respective AVD. The error is:

PANIC: Could not open: AVD-Galaxy.

I tried changing the path but it did not seem to have any effect. Any suggestions?

Ingo Karkat
  • 167,457
  • 16
  • 250
  • 324
  • See here: http://stackoverflow.com/questions/15103782/avd-panic-could-not-open-not-a-path-issue – ashatte Oct 30 '13 at 11:33
  • It's not the response what you exactly want, but maybe you could try the Genymotion simulator, it's way better then the AVD emulator – Alex Oct 30 '13 at 11:36

2 Answers2

0

may be your avd's sdk in not installed so go in sdk manager and try to install that sdk level like for example if your avd version is 17 and you dont have that sdk then it will give this error

Bhanu Sharma
  • 5,135
  • 2
  • 24
  • 49
0

By default RAM will size will be more than 1GB while creating new AVD. so most of the system will start not able to start the created AVD. so set RAM size 400 - 600MB and try.

Sasikumar Murugesan
  • 4,412
  • 10
  • 51
  • 74