![]() |
Attention | Topic was automatically imported from the old Question2Answer platform. |
![]() |
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
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