I am having random crash issues with the APK thats being exported from alpha 8 , unsure what exactly is causing the problem as sometimes it compiles a usable APK and maybe 1 out of 10-20 it will compile an APK that simply wont run , it seems to be spitting a Message() at runtime for maybe a split second , I assume this message is generated by the android device , however I am unable to capture it, I have attached the APK , atm I am just trying to test for max sound instances that my device can handle
The attached APK is basically a instance test (Triggered by GetRawTouch), that I'm running as kind of a debug during runtime , can somebody please try and confirm that it is not just my device?
Download is 7MB
it runs fine when executed on PC from within the IDE but will not run on Android
EDIT: it looks like the error message is something like "failed to open file filename.png" ???
EDIT:After restarting my PC and exporting the project again it seems to build the APK fine
Native Technology