Hello everyone,
I am using camera functionality in my android game .
But whenever i use camera, the game restarts.
As my game is heavy, it is 90 mb apk.
The permission is also set in build.settings.
I even tried changing the head size of the app, by using the below line.
[lua]
largeHeap = true,
[/lua]
but still the game crashes.
Even there is no error observed on logcat console
Any idea on this issue.
~Thanks