FINISH BUT...

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

I finish my game,i export my game…and when i try to instal game on phone it stop,like that: -->(App is not instaled)

Idk what is the problem,i dont have error in output or in exporting…

You should probably mention what device your building for (iOS, Android). Assuming Android, I’d bet your problem is related to digital keystore / signing issues.

jgodfrey | 2020-02-26 22:03

Yes,for Android,but i have keystore and it works when i put keystore in godot export settings…idk really what to do,i finish game and now that

marko-prog | 2020-02-26 22:05

Try using ADB logcat while installing you game.
It might give some usefull information.
Also wat is you installation routine? Do you have install from untrusted sources option checked on your phone?

255h | 2020-02-29 19:55