Closed unity app after opening and showing logo

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.

  1. Ensure that you are not trying to use NativeActivity with devices that
    do not support it.

  2. Try removing any native plugins you have.

  3. Try disabling stripping.

  4. Use adb logcat to get the crash report from your device.