Titanium JIRA Archive
Appcelerator Community (AC)

[AC-1444] java.lang.NumberFormatException occurs in TiConvert.java and crashes Android app

GitHub Issuen/a
TypeBug
Priorityn/a
StatusResolved
ResolutionInvalid
Resolution Date2014-05-04T06:13:03.000+0000
Affected Version/sn/a
Fix Version/sn/a
ComponentsTitanium SDK & CLI
LabelsSupportTeam, android
ReporterAndrew
AssigneeRitu Agrawal
Created2014-04-25T14:08:45.000+0000
Updated2016-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

FileDateSize
NumberFormatExceptionBugTitaniumStudio.docx2014-04-25T14:08:45.000+000076852

Comments

  1. Ritu Agrawal 2014-04-25

    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.

JSON Source