I can't export to Android

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

I can’t export even though I have completely done the settings. There is no more information in the Output section, so I don’t know what I’m doing wrong.



However when I turn off the Gradle Build option, I can export, but this time it does not sign the APK file. When I manually sign the APK file from the terminal, I can run it on the device.

The code that I used for signing APK:

apksigner sign --ks-key-alias androiddebugkey --ks '/home/xxxx/.android/debug.keystore' '/home/xxxx/Documents/app.apk'

I tried to lower target SDK but it didn’t helped

:bust_in_silhouette: Reply From: trollchicken

The problem is solved when I launched Godot via terminal

Thanks a lot, I was solving this problem for 2 months, what I did!!!

ben007che | 2023-05-22 20:07