Hi,
Android:
I just finished an app and I'd like to submit it to google play.
The app runs fine in emulator and on device, but when I package it for deployment the app breaks.
Some actions causes immediate crashes, others give runtime errors. Strange thing is that even though a file and a linenumber is mentioned, the code shown as the source of the error is not mine.
I am compiling using TiSDK 2.1.1, 'cause 2.1.3 is regressing so bad that the app has errors no matter how I build it.
Does anyone experience the same, and does anyone have any tips?
1 Answer
Hi Esben, cann't say for sure as information provided is limited and would require a code analysis but did you checked your .js for some special characters as i used to get such errors in Java programs while compiling them in linux.
I hope this helps.
Your Answer
Think you can help? Login to answer this question!