Have any of you tried opening the applications pane to see if the application Hello, Android is listed? If it is, try pressing it with the mouse and see if the app starts. If it isn't there, then with the emulator successfully running and at the home screen, relaunch the application. Once in a while on Vista and Win 7, the emulator will install the app but fail to launch. Not sure if it is a bug with the emulator or with touchy permissions in Windows. Either way, a relaunch with the emulator already started almost always takes care of the problem.
2009/6/8 safetykid <[email protected]> > > I have a similar problem, the home screen loads, but the application > will not. It works randomly so I have gotten past the hello android > one and am on the notepad tutorials, here is the eclipse console: > > [2009-06-08 22:08:29 - Notepadv1] Android Launch! > [2009-06-08 22:08:29 - Notepadv1] adb is running normally. > [2009-06-08 22:08:29 - Notepadv1] Performing > com.android.demo.notepad1.Notepadv1 activity launch > [2009-06-08 22:08:29 - Notepadv1] Automatic Target Mode: Preferred AVD > 'avd' is not available. Launching new emulator. > [2009-06-08 22:08:29 - Notepadv1] Launching a new emulator with > Virtual Device 'avd' > > > 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 -~----------~----~----~----~------~----~------~--~---

