java - Android app works on emulator but not on phone ("Can't dispatch DDM chunk XXXX: no handler defined") -
I have made a very simple application to start playing with Android development.
It works fine on emulator, but when I try to install it on my HTC Hero (v1.5), I get the following error:
Sorry! The application simple dial (process com.foo.simpledial) has stopped unexpectedly, please try again. (Force Close Button)
and Eclipse Console , I get the following message:
[2010-06-14 23:10:52 - Simple Dial on device 'HT9BSHF00222' Simple dial.app uploading [2010-06-14 23:10:53 - Simple dial] Installing simple dial up ... [2010-06-14 23 : 10: 56 - Simple Dial] Success! [2010-06-14 23:10:56 - Simple Dial] The activity to start com.alanvaghti.simpledial.DialActivity on Device [2010-06-14 23:10:57 - Simple Dial] Activity Manager: DDM Part 46454154 Can not dispatch: Define a handler [2010-06-14 23:10:57 - Simple Dial] Activity Manager: DDM Chuck 4D 505251 Can not Rematch: No Handler Defined [2010-06-14 23:10: 57 - Simple Dial] Activity Manager: Start: Intent {action = android.intent.action.MAIN categories = {android.intent.category.LAUNCHER} comp = {com.alanvaghti.simpledial / com.alanvaghti.simpledial.DialActivity}}
I put android: debuggable = "true"
inside the app tag on manifest.xml
Any thoughts on what's happening ?? Thanks in advance!
Is the use-sdk in your manifest?
& lt; Usage-SDK Android: minSdkVersion = "4" />
Comments
Post a Comment