Search code examples
androidtitaniumddms

how can I debug this android error using my device?


I get the following errors in DDMS. But how can I trace this to the line that throws this exception? What do you think could be the cause of the following error?

enter image description here

Is checking the DDMS the best way to debug an android application? I am using titanium.

Thank you,

Ryan


Solution

  • Your application attempt to convert a string to one of the numeric types, but that string does not have the appropriate format.