Hi!
I'm going to learn developing for Android platfrom. I've already downloaded and installed Android SDK. Later I wrote HelloAndroid and it works but emulator behaves strange. If I can't run for example "Snake" from "samples" folder. Could someone help me?
I do these steps:
1. Create new project in Eclipse (3.4) with Snake-sources.
2. Everything is compiled ok.
3. Run HelloAndroid in emulator.
4. Emulator starting 30-50 seconds (it's long time, why?).
5. Now I see on the emulator screen (look at attached screenshot).
6. On console I see this log:
[2008-10-13 11:19:06 - Snake] ------------------------------
[2008-10-13 11:19:06 - Snake] Android Launch!
[2008-10-13 11:19:06 - Snake] adb is running normally.
[2008-10-13 11:19:06 - Snake] Launching: com.example.android.snake.Snake
[2008-10-13 11:19:06 - Snake] Automatic Target Mode: launching new emulator.
[2008-10-13 11:19:06 - Snake] Launching a new emulator.
[2008-10-13 11:19:08 - Snake] New emulator found: emulator-5554
[2008-10-13 11:19:08 - Snake] Waiting for HOME ('android.process.acore') to be launched...
[2008-10-13 11:19:29 - Snake] HOME is up on device 'emulator-5554'
[2008-10-13 11:19:29 - Snake] Uploading Snake.apk onto device 'emulator-5554'
[2008-10-13 11:19:29 - Snake] Installing Snake.apk...
[2008-10-13 11:19:39 - Snake] Success!
[2008-10-13 11:19:39 - Snake] Starting activity com.example.android.snake.Snake on device
[2008-10-13 11:19:42 - Snake] ActivityManager: Starting: Intent { comp={com.example.android.snake/com.example.android.snake.Snake} }
7. If I click MENU key, I get message "Sorry! Process com.android.phone is not responding." and I can click "Force close" or "Wait".
What should I do? What mistake I made? Why I can't run examples on emulator?
If I try run HelloAndroid, I have the same result. But if I click MENU key and later choose option "Wait" in message, I see text "Hello Android" on emulator screen. Is it typical behaviour of the emulator?
Could someone help me?


What should I do?