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.
Asked
Active
Viewed 71 times
0
-
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 Answers
0
Heve you tried to run AVD from SDK manager?

Mihael Meklav
- 335
- 2
- 6
- 17
-
-
Go to Eclipse -> Window -> AVD Manager -> select your AVD and then click start button. It should work. – Mihael Meklav Nov 15 '11 at 18:19
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.

Dylan McClung
- 89
- 7