We are trying out the recently added support for android expansion files.
When we install an app to the device it downloads and installs the expansion file fine.
Unfortunately we hit a problem the first time we load the app something goes wrong.
When we restart the app there are no errors and it runs fine.
Also if we install it without using the expansion file (one big apk) we don’t see the error.
Looking at the log we see the following error which leads us to suspect our code is not cleaning up something.
We don’t know why this happens when using expansion files and would like to know if anyone else has seen anything similar?
Using build 2013.1082
I/Corona ( 5486): Runtime error
I/Corona ( 5486): ?:0: stack overflow
I/Corona ( 5486): stack traceback:
I/Corona ( 5486): [C]: ?
I/Corona ( 5486): ?: in function ‘?’
I/Corona ( 5486): ?: in function ‘?’
I/Corona ( 5486): ?: in function ‘removeSelf’
I/Corona ( 5486): ?: in function ‘remove’
I/Corona ( 5486): ?: in function ‘?’
I/Corona ( 5486): ?: in function ‘removeSelf’
I/Corona ( 5486): ?: in function ‘remove’
I/Corona ( 5486): ?: in function ‘?’
I/Corona ( 5486): ?: in function ‘removeSelf’
I/Corona ( 5486): ?: in function ‘remove’
I/Corona ( 5486): …
I/Corona ( 5486): ?: in function ‘removeSelf’
I/Corona ( 5486): ?: in function ‘remove’
I/Corona ( 5486): ?: in function ‘?’
I/Corona ( 5486): ?: in function ‘removeSelf’
I/Corona ( 5486): ?: in function ‘cleanGroup’
I/Corona ( 5486): ?: in function ‘destroy’
I/Corona ( 5486): ?: in function ‘?’
I/Corona ( 5486): ?: in function ‘_listener’
I/Corona ( 5486): ?: in function <?:141>
I/Corona ( 5486): ?: in function <?:218>