Hi!
After building application to mobile, the app was open, showed logo, and at once close. Why?
Thanks for answer.
Here’s a link:
to something from the documentation (Android troubleshooting tips) that might help you.
The relevant section reads:
Your application crashes immediately after launch.
-
Ensure that you are not trying to use NativeActivity with devices that
do not support it. -
Try removing any native plugins you have.
-
Try disabling stripping.
-
Use adb logcat to get the crash report from your device.