Andriod Issue

You must Login before you can answer or comment on any questions.

The application xxx has stopped unexpectedly. Please try again.

How can I determine what is wrong, as nothing is reported, like normal errors in the app.

Using latest SDK 2.1.

2 Answers

Open ddms (android sdk/tools/ddms) and select on the top/left panel the device/emulator you are on (u need to have the device connected to the computer and set for usb debugging - in phone settings). Then try to start the app. You will see a LOT of messages but when the app crashes you should see something in red. It should give you few ideas what is going on.

Steven, try to stop fast developement and run it again...

Set this code line in app.xml file...

<property name="ti.android.fastdev" type="bool">false</property>

— answered 11 months ago by Ritesh .
answer permalink
1 Comment
  • Don't forget to clean full build after set this code...

    — commented 11 months ago by Ritesh .

Your Answer

Think you can help? Login to answer this question!