Exported Android App says , "Unfortunately , {app} has stopped."

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By heisty

There is no problem in the exporting or any engine related stuffs, I successfully exported the app but. When I run it in android after installing it, It says "Unfortunately…has stopped. Is it because of the Android version? like the API 22 for example?

You could try running adb logcat to retrieve application logs and post them here.

rolfpancake | 2018-02-10 15:12

Godot 3? If is 3, your device supports OpenGL ES 3.0?

eons | 2018-02-15 16:51

:bust_in_silhouette: Reply From: Guilherme Henrique d

I was having a similar problem until I realized that my android was in trouble because when I ran the apk on another device it worked. Have you tried running the apk on another device?