[AC-1444] java.lang.NumberFormatException occurs in TiConvert.java and crashes Android app
GitHub Issue | n/a |
Type | Bug |
Priority | n/a |
Status | Resolved |
Resolution | Invalid |
Resolution Date | 2014-05-04T06:13:03.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Titanium SDK & CLI |
Labels | SupportTeam, android |
Reporter | Andrew |
Assignee | Ritu Agrawal |
Created | 2014-04-25T14:08:45.000+0000 |
Updated | 2016-03-08T07:37:52.000+0000 |
Description
From Google Analytics, we can see that this problem accounts for about half of the crashes for our Android app. However, there are no certain steps that we can take to reproduce this behaviour because it happens right after opening the app (or clicking the "Run" button in Titanium Studio). There are no user interactions before the app crashes with an alert that tells us the app has stopped. It's not likely the code we have written for our app either because the stack trace (which I've attached as a Word document) does not show any involvement of our code. We've searched this up in the Appcelerator QA forums as well as other developer forums and could not find an answer to this issue. It doesn't look like there are any other tickets like this either.
Attachments
Call stack suggests an issue with ActivityIndicator and in particular its style. It appears that ActivityIndicatorStyle is not an integer in case of a crash. I would suggest you to review your usage of ActivityIndicator control in your application.