Can't dispatch DDM chunk 46454154: no handler defined - Eclipse - Android SDK
Posted
by jaywon
on Stack Overflow
See other posts from Stack Overflow
or by jaywon
Published on 2010-03-06T07:01:54Z
Indexed on
2010/03/14
5:05 UTC
Read the original article
Hit count: 3253
I'm working on a Windows 7, 64 bit machine, and just downloaded and installed the Android SDK and am using Eclipse with Android plugin.
I was just going through the "Hello Android" guide here: Hello, Android
I also did the suggestions on this page: Droid FAQ
Before following the FAQ, the program would compile and run but wouldn't register with the emulator. No code changes, and now I get the following.
When I try to run the emulator, I get the following message:
[2010-03-05 20:48:41 - HelloAndroid]ActivityManager: Can't dispatch DDM chunk 46454154: no handler defined
[2010-03-05 20:48:41 - HelloAndroid]ActivityManager: Can't dispatch DDM chunk 4d505251: no handler defined
[2010-03-05 20:48:42 - HelloAndroid]ActivityManager: Starting: Intent { comp={domain.example.helloandroid/domain.example.helloandroid.HelloAndroid} }
[2010-03-05 20:48:42 - HelloAndroid]ActivityManager: Warning: Activity not started, its current task has been brought to the front
Any suggestions? Thanks!
© Stack Overflow or respective owner