0

When I try to run my Android app on the AVD, I get the main screen but it's not changeable. I mean it's still like this, I wait for it but nothing has changed.

enter image description here

joran
  • 169,992
  • 32
  • 429
  • 468
Malloc
  • 15,434
  • 34
  • 105
  • 192
  • It looks like your emulator is running but the eclipse plugin is either not attached to it or you're missing the run step. – Dylan McClung Nov 15 '11 at 18:16

3 Answers3

0

Heve you tried to run AVD from SDK manager?

Mihael Meklav
  • 335
  • 2
  • 6
  • 17
0

Try running the AVD from AVD Manager. In eclipse, go to Window -> AVD Manager -> Select your AVD and click on start button. If this is the first time you are running the AVD, it might take sometime to boot.

User210282
  • 83
  • 4
  • 13
0

From the Hello, World tutorial:

The Eclipse plugin makes it easy to run your applications:

Select Run > Run.
Select "Android Application".

The eclipse plugin will attach itself to the emulator running and run your app.