views:

91

answers:

2

Hi all, so I just recently (yesterday) started developing on the Android platform. So far I have created a Hello World application as described in their tutorial, but it does not run. When I run it, it waits at the blinky Android screen, then finally moves to the screen where it says Android in a fancy font and its kind of glossy and silver but never moves from there. What have I done wrong? Thank you.

+2  A: 

That just sounds like the Android emulator isn't starting properly.

If you run adb logcat from the command line, or open "LogCat" view in Eclipse, do you see any messages appearing? You may have to select the "emulator-5554" device first from the "Devices" tab first.

Christopher
+1  A: 

Try exiting the emulator and eclipse both, and then restarting eclipse and running the project once again. This worked for me.

Shikhar