Apk not installed... Problem Export Apk

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

When I finished my first game following a tutorial on Youtube and exported it with debug keystore, jarsigner etc. and installed it on my phone, everything worked. After the third version, however, the message “App not installed” appeared on my mobile phone during installation. Since I had some debugs in the program that I didn’t know how to fix, I thought it was because … However, when I wanted to install my new app (a 3d game) WITHOUT debugs on my phone yesterday, The same message appeared and even after some newer versions, they ran in the project, but could not be installed on the smartphone … Can someone please help me I would like the app so much on my phone.
LG
Soop

:bust_in_silhouette: Reply From: Xtremezero

Solutions :

  • sometimes, android checks if the version of the application you are trying to install isn’t already installed. A simple fix is to delete the previously installed version of the game on your phone and re-install the newer version

  • Another solution is by simply running the game directly from Godot (using USB Debugging) as it will install the application through ADB (android debug bridge)

Thank you for your answer, however:
When I set USB debugging on my cell phone in the developer options, it didn’t work and my cell phone was not displayed on godot … Do I have to do anything else?
In addition:
I deleted all old versions of the game and it still doesn’t work …

Are there any other solutions?
Thank you anyway

soopgames | 2019-12-14 19:01