I am getting something similar, except every so often it will work. I am using the notepad tutorials and my avd is called "avd". here is the output in the eclipse console: [2009-06-08 21:47:29 - Notepadv1] Android Launch! [2009-06-08 21:47:29 - Notepadv1] adb is running normally. [2009-06-08 21:47:29 - Notepadv1] Performing com.android.demo.notepad1.Notepadv1 activity launch [2009-06-08 21:47:29 - Notepadv1] Automatic Target Mode: Preferred AVD 'avd' is not available. Launching new emulator. [2009-06-08 21:47:29 - Notepadv1] Launching a new emulator with Virtual Device 'avd'
and it stops there, like I said every so often it will continue and deploy the app onto the emulator, but the majority of the time it just loads the home screen, with the alarm clock and the messaging services crashing On Jun 8, 9:40 pm, Jack Ha <[email protected]> wrote: > Do you see any error messages in the Console? > > -- > Jack Ha > Open Source Development Center > ・T・ ・ ・Mobile・ stick together > > The views, opinions and statements in this email are those of > the author solely in their individual capacity, and do not > necessarily represent those of T-Mobile USA, Inc. > > On Jun 6, 7:03 pm, Fahd <[email protected]> wrote: > > > Hi All, > > > I am following the hello world example and when I run it through > > eclipse, the emulater starts showing android... > > then it comes in to the system and asks me to press menu to unlock. > > When I do it, it justs unlocks but there no helloworld or application > > window, just the normal android desktop!!!!! Am I missing somthing?? > > > Following is the code I am running (which is the copy of the example) > > > package com.example.helloandroid; > > > import android.app.Activity; > > import android.os.Bundle; > > import android.widget.TextView; > > > public class HelloAndroid extends Activity { > > /** Called when the activity is first created. */ > > @Override > > public void onCreate(Bundle savedInstanceState) { > > super.onCreate(savedInstanceState); > > TextView tv = new TextView(this); > > tv.setText("Hello, Android"); > > setContentView(tv); > > //setContentView(R.layout.main); > > } > > > } > > > Why isnt the helloworld window coming?? Any help plss > > > Fahd > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send email to [email protected] 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 -~----------~----~----~----~------~----~------~--~---

