2010-06-15 126 views
0
[2010-06-15 12:01:37 - helloNDK]Android Launch! 
[2010-06-15 12:01:37 - helloNDK]adb is running normally. 
[2010-06-15 12:01:37 - helloNDK]Performing com.android.helloNDK.helloNDK activity launch 
[2010-06-15 12:01:37 - helloNDK]Automatic Target Mode: using existing emulator 'emulator-5554' running compatible AVD 'my_avd' 
[2010-06-15 12:01:37 - helloNDK]Uploading helloNDK.apk onto device 'emulator-5554' 
[2010-06-15 12:01:37 - helloNDK]Installing helloNDK.apk... 
[2010-06-15 12:01:40 - helloNDK]Success! 
[2010-06-15 12:01:40 - helloNDK]Starting activity com.android.helloNDK.helloNDK on device 
[2010-06-15 12:01:41 - helloNDK]ActivityManager: Can't dispatch DDM chunk 46454154: no handler defined 
[2010-06-15 12:01:42 - helloNDK]ActivityManager: Can't dispatch DDM chunk 4d505251: no handler defined 
[2010-06-15 12:01:42 - helloNDK]ActivityManager: Starting: Intent { comp={com.android.helloNDK/com.android.helloNDK.helloNDK} } 

當我在eclipse中運行應用程序時,它說應用程序出現問題,它需要關閉。 「不能調度DDM」是錯誤消息。Android應用程序未在仿真器上運行

+0

你能爲我們發佈一些代碼嗎? – Mike 2010-06-15 06:38:37

+0

重新啓動系統可以提供幫助。它發生在我身上一次 – the100rabh 2010-06-15 08:54:33

回答

1

「Can not dispatch DDM chunk」消息可能不是真正的問題。它們在應用程序啓動時出錯。可能是因爲您忘記將第一個活動放在AndroidManifest中或將其指定爲Launcher;或者第一個活動的@OnCreate方法有錯誤。

相關問題