• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Newbie HelloWorld Query

Hi all,

I'm new to all things android and am trying to run the HelloWorld program successfully. I'm using Intellij 9.0.2, I'm getting the below when i run the HelloWorld program

DEVICE SHELL COMMAND: am start -n "com.example/com.example.TestActivity"
Device is not ready. Waiting for 5 sec.
DEVICE SHELL COMMAND: am start -n "com.example/com.example.TestActivity"
DDM dispatch reg wait timeout
Can't dispatch DDM chunk 52454151: no handler defined
Can't dispatch DDM chunk 48454c4f: no handler defined

I run my program and my emulator appears yet not with the text "Hello World" as expected.
Any suggestions? Thanks v much
 
Back
Top Bottom