Try launching the emulator using the command below from the command line in the tools folder of the sdk
emulator -avd test It usually takes a while to start the emulator for the first time. Once the emulator is running, run the project from eclipse and it should be good to go. On Mon, Jan 4, 2010 at 11:49 PM, Fantana Gabriel < [email protected]> wrote: > Hello, > > The same problem for me too...After setting the eclipse environment , > android sdk and all stuff shown on site, I don't have any default emulator > available. AVD manager is empty. So i've defined my own AVD, only by > choosing Targhet name, platform and API level. So I have a virtual device > called test with Target Name Android 1.5, Platform 1.5 and API Level 3. When > I try to evecute te "HelloAndroid" sample code, I can't see the "Hello > Android" message. It's only "Android"... > > In Console Window I get: > > > [2010-01-05 08:39:55 - HelloAndroid]------------------------------ > > [2010-01-05 08:39:55 - HelloAndroid]Android Launch! > > [2010-01-05 08:39:55 - HelloAndroid]adb is running normally. > > [2010-01-05 08:39:55 - HelloAndroid]Performing > com.example.helloandroid.HelloAndroid activity launch > > [2010-01-05 08:39:55 - HelloAndroid]Automatic Target Mode: launching new > emulator with compatible AVD 'test' > > [2010-01-05 08:39:55 - HelloAndroid]Launching a new emulator with Virtual > Device 'test' > > [2010-01-05 08:39:57 - HelloAndroid]New emulator found: emulator-5554 > > [2010-01-05 08:39:57 - HelloAndroid]Waiting for HOME > ('android.process.acore') to be launched... > > [2010-01-05 08:40:06 - HelloAndroid]emulator-5554 disconnected! Cancelling > 'com.example.helloandroid.HelloAndroid activity launch'! > > [2010-01-05 08:40:06 - Emulator]emulator: emulator window was out of view > and was recentred > > [2010-01-05 08:40:06 - Emulator] > > [2010-01-05 08:40:57 - HelloAndroid]------------------------------ > > [2010-01-05 08:40:57 - HelloAndroid]Android Launch! > > [2010-01-05 08:40:57 - HelloAndroid]adb is running normally. > > [2010-01-05 08:40:57 - HelloAndroid]Performing > com.example.helloandroid.HelloAndroid activity launch > > [2010-01-05 08:40:57 - HelloAndroid]Automatic Target Mode: launching new > emulator with compatible AVD 'test' > > [2010-01-05 08:40:57 - HelloAndroid]Launching a new emulator with Virtual > Device 'test' > > [2010-01-05 08:40:59 - HelloAndroid]New emulator found: emulator-5554 > > [2010-01-05 08:40:59 - HelloAndroid]Waiting for HOME > ('android.process.acore') to be launched... > > [2010-01-05 08:41:16 - HelloAndroid]emulator-5554 disconnected! Cancelling > 'com.example.helloandroid.HelloAndroid activity launch'! > > [2010-01-05 08:41:16 - Emulator]emulator: emulator window was out of view > and was recentred > > [2010-01-05 08:41:16 - Emulator] > > Thank you and have a great day, > > Gabi > > ----- Original Message ----- > *From:* Justin Anderson <[email protected]> > *To:* [email protected] > *Sent:* Tuesday, January 05, 2010 8:35 AM > *Subject:* Re: [android-beginners] Re: Getting an error when running the > android "Hello World" tutorial > > How long have you waited? If you search the group you will find this same > problem asked over and over and over.... Sometimes it is a simple matter of > waiting longer. > > ---------------------------------------------------------------------- > There are only 10 types of people in the world... > Those who know binary and those who don't. > ---------------------------------------------------------------------- > > > On Thu, Dec 31, 2009 at 1:05 PM, ikram <[email protected]> wrote: > >> Hi, >> >> I have the same problem. Also, I could not see any 'Hello, Android' >> message. The emulator screen only shows 'A N D R O I D _' and nothing >> else. Could you please help me in figuring out the reason for doing >> so? >> >> Thanks >> Ikram >> >> On Dec 31 2009, 6:47 am, pransome <[email protected]> wrote: >> > I have followed the instructions for the "Hello World" tutorial >> athttp://developer.android.com/resources/tutorials/hello-world.html >> > It all builds as expected, but when I run the application I get ... >> > >> > [2009-12-30 14:26:09 - Android Hello World]Waiting for HOME >> > ('android.process.acore') to be launched... >> > [2009-12-30 14:26:11 - Emulator] >> > [2009-12-30 14:26:11 - Emulator]This application has requested the >> > Runtime to terminate it in an unusual way. >> > [2009-12-30 14:26:11 - Emulator]Please contact the application's >> > support team for more information. >> > [2009-12-30 14:26:11 - Android Hello World]emulator-5554 disconnected! >> > Cancelling 'rnt.android.learning.hello activity launch'! >> > >> > I am using the Eclipse IDE with the ADT plugin, etc. >> > I am doing this on a laptop running MS Windows XP Professional OS >> > >> > I have done some google searches on this problem and haven't found a >> > solution for my particular circumstances. >> > Can anyone suggest what might be going on? >> > >> > Thanks >> >> -- >> 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]<android-beginners%[email protected]> >> For more options, visit this group at >> http://groups.google.com/group/android-beginners?hl=en >> > > -- > 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]<android-beginners%[email protected]> > For more options, visit this group at > http://groups.google.com/group/android-beginners?hl=en > > > -- > 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]<android-beginners%[email protected]> > For more options, visit this group at > http://groups.google.com/group/android-beginners?hl=en > >
-- 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

