Hi Appcelerator Community,
we have big problems getting our App running on Android lower than 4.0. We get on older Android devices a StackOverflowError.
Please find attached 2 links to the log files.
Device: http://pastie.org/4889839 Emulator: http://pastie.org/4889846
Any help would be highly appreciated. Any hint or clue what this error could be causing?
Thanks, Marco
1 Answer
Does allocating a bigger stack size helpful ? Add Something like:
<property name="ti.android.threadstacksize" type="int">51200</property>to your
tiapp.xml can help...
I don't know the default threadstacksize though...
Your Answer
Think you can help? Login to answer this question!