views:

58

answers:

1

I am using the hello android tutorial and creating an avd through eclipse. When starting the emulator no image is used. It simply displays a black back screen with the word ANDROID in the center and a blinking cursor at the end of the word ANDROID. I have followed the steps to the T for installing the SDK, Eclipse, and the ADT. Even starting the emulator as a standalone produces the same result. Is there a step I am missing to get the emulator to load an android environment to test in?

+6  A: 

How long are you leaving it before you close the emulator? In my personal experience I have found the emulator to take quite a long time (Even up to a minute, sometimes longer) to fully boot up to the home screen.

I'd advise waiting a little bit longer just to make sure you're not closing it before it loads.

Edit:

Also have you tried looking at the log to the bottom of Eclipse? If for some reason there is a problem in fully loading the emulator there may be some sort of error message posted there to keep you informed.

Jamie Keeling
That did it. Took about 1 minute and 28 seconds for it to load. Silly me thinking that something that was tied to the development IDE would be instantaneous. So used to visual studio. Thank you for the help.
Josh
No problem! I've been in the same situation and it's a bit annoying having to wait for so long. I use my own android handset instead to speed things up a bit. Don't forget to hit the "tick" on the answer for other people to see it as the answer.
Jamie Keeling
Another good idea is just to start the emulator when you begin coding and then just leave it on until you are done working for the day. Saves a lot of time over restarting it every time you want to test.
Andrew Guenther