Apk install but does not run

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

I export the project and install it on the mobile phone but when I open I come across a screen with green banners.
link image
https://drive.google.com/open?id=1seZdQ7s7Zy6dmCemJkxRNT1DBmKj7jXM

And the error that appears when I use adb
C: \ Program Files (x86) \ Android \ android-sdk \ platform-tools> adb install -r desvie.apk
Failed to install desvie.apk: Failure [INSTALL_FAILED_UPDATE_INCOMPATIBLE: Package org.godotengine.newgameproject signatures do not match the previously installed version; ignoring!]

project
https://drive.google.com/open?id=1KevbqFnEIN-N7ZoXPOlzvPxmHuWt7_w5

:bust_in_silhouette: Reply From: Tiago Fernandes

I was able to solve it !!!
The problem was in project settings / window / aspect
I was at Keep but I changed to ignore it and the error disappeared.