Android export problem

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

i’m trying to export my game to android. I’m using this files: (mac)
adb: /Users/My User/Library/Android/sdk/platform-tools/adb

Jarsigner: /Library/Java/JavaVirtualMachines/adoptopenjdk-8.jdk/Contents/Home/bin/jarsigner

debug.keystore (generated with: keytool -keyalg RSA -genkeypair -alias androiddebugkey -keypass android -keystore debug.keystore -storepass android -dname “CN=Android Debug,O=Android,C=US” -validity 9999 -deststoretype pkcs12): /Users/My user/debug.keystore

When i try to export the file and install it, “application not installed” appears on my phone’s screen. When i try to install it with USB from godot a godot error “Couldn’t install to divice” apperas.

PD: in oldest versions of the same game I could install the apk and play it with no problems. I deleted the old apk to install this new one but doesent work.

I checked if i had any characters such as “ñ, ç, §, -” but i have none.

Please, provide more information about your android export settings.

Mxt08 | 2021-05-01 12:14

can you provide version and screenshot of export setting to help better analyse your problem

Vikrant | 2021-05-02 03:38

Export1

Export2

Export3

ManiCus | 2021-05-02 09:28

Here you have some captures of the export setting

ManiCus | 2021-05-02 09:29

seems no problem here…
did you try to export it in release mode

Vikrant | 2021-05-02 10:56

how can i do that?

ManiCus | 2021-05-02 12:31

check it out here

Vikrant | 2021-05-03 08:35

:bust_in_silhouette: Reply From: Vikrant

I have tried to recreate your problem. If we use any release signing key to sign apk except one which are generated with android studio…Google play stops us to install those apk files. So disable google play protect and then try installing it.

Also you may see pop saying application not installed from google play store
if you see this pop click install anyway(unsafe).