1

Hi I am trying to run my application on android Emulator . . yesterday it was working fine and right now its working fine on device . . but when I select Emulator it gives me error as in attached image . .Anyone can guide what's the reason . .?enter image description here

Lavanya
  • 3,903
  • 6
  • 31
  • 57
aftab
  • 1,141
  • 8
  • 21
  • 40
  • Please check below link may be useful to you http://stackoverflow.com/questions/6730013/android-project-run-error http://stackoverflow.com/questions/6639994/emulator-load-error-android – Nikhil Jul 20 '11 at 10:49

5 Answers5

1

May be you are changing the path of the android sdk folder.The path can't contain spaces.Like if you keep it in Program Files/android-sdk-windows it will create problem because Program Files has a space on the path

Lavanya
  • 3,903
  • 6
  • 31
  • 57
Rasel
  • 15,499
  • 6
  • 40
  • 50
1
android-sdk-windows\android-sdk-windows\tools>emulator -avd  new -scale 0.62
Luke
  • 11,426
  • 43
  • 60
  • 69
Android
  • 2,383
  • 1
  • 26
  • 44
0

Try this: goto the AVD Manager and create new Emulator the name should not have any special characters. Then launch the emulator.

Lavanya
  • 3,903
  • 6
  • 31
  • 57
0

Removing the old virtual device, deleting the temporary folder (c:\documents and settings\user.android\avd) and creating a new one should fix the problem

Lavanya
  • 3,903
  • 6
  • 31
  • 57
JSantos
  • 1,698
  • 22
  • 39
0

appear this error because you are putting android sdk in path which has some space.Ex: Program files.Please move to other path which has no space.

Lavanya
  • 3,903
  • 6
  • 31
  • 57
duonghv
  • 346
  • 2
  • 4