Hi, I'm trying to learn how to program the andriod. The emulator comes up, but it just has the home screen, not my program. This is the output from the console
[2010-10-27 18:16:16 - HelloAndriod] ------------------------------
[2010-10-27 18:16:16 - HelloAndriod] Android Launch!
[2010-10-27 18:16:16 - HelloAndriod] adb is running normally.
[2010-10-27 18:16:16 - HelloAndriod] Performing org.example.hello.Hello activity launch
[2010-10-27 18:16:16 - HelloAndriod] Automatic Target Mode: launching new emulator with compatible AVD 'em23'
[2010-10-27 18:16:16 - HelloAndriod] Launching a new emulator with Virtual Device 'em23'
[2010-10-27 18:16:17 - HelloAndriod] New emulator found: emulator-5554
[2010-10-27 18:16:17 - HelloAndriod] Waiting for HOME ('android.process.acore') to be launched...
[2010-10-27 18:16:39 - HelloAndriod] HOME is up on device 'emulator-5554'
[2010-10-27 18:16:39 - HelloAndriod] Uploading HelloAndriod.apk onto device 'emulator-5554'
[2010-10-27 18:16:39 - HelloAndriod] Installing HelloAndriod.apk...
[2010-10-27 18:17:11 - HelloAndriod] Success!
[2010-10-27 18:17:11 - HelloAndriod] Starting activity org.example.hello.Hello on device emulator-5554
[2010-10-27 18:17:14 - HelloAndriod] ActivityManager: Starting: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] cmp=org.example.hello/.Hello }
It seems like there are no errors?
-Ted