On Mon, Dec 21, 2009 at 2:04 PM, Sanjeev <[email protected]> wrote: > Hi, > I tried to execute a simple Hello World program, but the screen only shows > "ANDROID" irrespective of what string I type. I am not sure how to fix this > issue. >
Have you waited for the emulator to finish booting up? The emulator takes a long time to boot up. It will start by displaying a screen similar to this: http://www.cuppadev.co.uk/wp-content/uploads/2009/08/Picture-3.png It will then go to a boot screen, that will usually show an animation whilst everything is initialising, and eventually take you to a the "Home" screen (desktop with icons on it). Only after that will your application launch, this usually occurs a few seconds after the Home screen appears (depending on the speed of your processor). Remember that once you've started the emulator, you should keep it running so that you can launch your project quickly the next time around. The emulator only needs to boot up the first time you use it. -- You received this message because you are subscribed to the Google Groups "Android Beginners" group. NEW! Try asking and tagging your question on Stack Overflow at http://stackoverflow.com/questions/tagged/android To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en

