I have eclipse up and running and am currently in the middle of developing my first app, but the emulator doesn’t seem to work properly when I want to test my progress. I am running Windows 7 and I have installed the ADT, SDK etc.
When I click run, the emulator starts up and a command prompt seems to appear very quickly on and off. Then the emulator window opens with just an Android logo on it.
Any ideas?
Be patient :). The emulator takes a long time to start. So, when you see that Android Logo, go have a cup of tea and come back, and hopefully it will be up and running.
On a side note, once the emulator is up and running, you don’t have to close it each time. If you have to modify your app, go back to eclipse, make the modification, and re-run the app. It will re-use the same emulator instance, and this time, it will be much faster.
It is just the initialization of emulator that takes a long time.