Without further information, it -looks- like you simply exited the emulator too soon. You should have seen a message about sending an Intent to HelloAndroid to launch the Application itself. But the last line you show is still installing the APK file. Or did you conceal the very lines we need to see under the '...'??
You do have to wait a long time for the emulator to launch. Wait for the first display of the word 'Android' to turn into a second display of the same word in a different font. Then wait for that to disappear and get replaced with a display of the phone 'desktop' and partially covered with the screen "press 'menu' to unlock". Yes, I know, it is weird, but by the time the emulator finishes loading, the screen times out and locks! So press 'Menu' to unlock it and your app should appear. If it doesn't, it should still be listed together with all the others: find it and launch it just like on a real phone. Sometimes, you will also see a Force Close screen, yet after going ahead and closing all else proceeds normally. On Sep 20, 1:18 pm, Alvin <[email protected]> wrote: > My Helloworld tutorial sample builds and runs just fine, except it > doesn't show the text (i.e. loads apps). The only thing I see is that > Emulator (Target 2.2 API level 8) comes up with just the "Android" in > it. and then the emulator shows up a locked up screen in a while. Here > is output from the console > > [2010-09-20 10:36:55 - HelloAndroid] Android Launch! > [2010-09-20 10:36:55 - HelloAndroid] adb is running normally. > [2010-09-20 10:36:55 - HelloAndroid] Performing > com.example.HelloAndroid.HelloAndroid activity launch > [2010-09-20 10:36:55 - HelloAndroid] Automatic Target Mode: Preferred > AVD 'my_avd' is not available. Launching new emulator. > [2010-09-20 10:37:56 - HelloAndroid] WARNING: Application does not > specify an API level requirement! > [2010-09-20 10:37:56 - HelloAndroid] Device API version is 8 (Android > 2.2) > [2010-09-20 10:37:56 - HelloAndroid] HOME is up on device > 'emulator-5554' > [2010-09-20 10:38:23 - HelloAndroid] Uploading HelloAndroid.apk onto > device 'emulator-5554' > [2010-09-20 10:38:27 - HelloAndroid] Installing HelloAndroid.apk... > > After I exit the emulator, I get the following errors. > > [2010-09-20 09:02:24 - DeviceMonitor]Sending jdwp tracking request > failed! > [2010-09-20 09:38:46 - ddms]null > java.lang.NullPointerException > at com.android.ddmlib.JdwpPacket.writeAndConsume(Jdwp Packet.java:213) > at com.android.ddmlib.Client.sendAndConsume(Client.ja va:573) > at com.android.ddmlib.HandleHello.sendHELO(HandleHell o.java:142) > at com.android.ddmlib.HandleHello.sendHelloCommands(H andleHello.java: > 65) > at com.android.ddmlib.Client.getJdwpPacket(Client.jav a:670) > at com.android.ddmlib.MonitorThread.processClientActi > vity(MonitorThread.java:317) > at com.android.ddmlib.MonitorThread.run(MonitorThread .java:263) > > [2010-09-20 09:38:47 - ddms]null > java.lang.NullPointerException > at com.android.ddmlib.JdwpPacket.writeAndConsume(Jdwp Packet.java:213) > at com.android.ddmlib.Client.sendAndConsume(Client.ja va:573) > at com.android.ddmlib.HandleHello.sendHELO(HandleHell o.java:142) > at com.android.ddmlib.HandleHello.sendHelloCommands(H andleHello.java: > 65) > at com.android.ddmlib.Client.getJdwpPacket(Client.jav a:670) > at com.android.ddmlib.MonitorThread.processClientActi > vity(MonitorThread.java:317) > at com.android.ddmlib.MonitorThread.run(MonitorThread .java:263) > > [2010-09-20 09:50:11 - DeviceMonitor]Sending jdwp tracking request > failed! > [2010-09-20 09:59:29 - DeviceMonitor]Sending jdwp tracking request > failed! > [2010-09-20 09:59:31 - Logcat]device not found > com.android.ddmlib.AdbCommandRejectedException: device not found > at com.android.ddmlib.AdbHelper.setDevice(AdbHelper.j ava:736) > at com.android.ddmlib.AdbHelper.executeRemoteCommand( AdbHelper.java: > 373) > at com.android.ddmlib.Device.executeShellCommand(Devi ce.java:285) > at com.android.ddmuilib.logcat.LogPanel$3.run(LogPane l.java:516) > > [2010-09-20 10:40:46 - DeviceMonitor]Sending jdwp tracking request > failed! > > Also, is there a way to capture the TEXT from CMD window that runs > while the Emulator is coming up > > Thanks > - Alvin -- You received this message because you are subscribed to the Google Groups "Android Developers" 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-developers?hl=en

