Can't export android game on Manjaro Linux

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

I just setup my Linux computer with manjaro and would like to finish my game.
On windows it worked but I just wanted to get rid of it completly.
But I can’t test it because I’m not able to create an APK.

I’ve installed android studio anyway for regular development and my emulator works aswell. I also created an debug.keystore file twice (1. with gui keystore explorer, 2. with cmd keytools)
I get 2 errors while exporting:

Could not find keystore, unable to export.
'jarsigner' returned with error #1

Screenshots to my settings (can’t figure out how to upload them here…)
https://drive.google.com/drive/folders/1oGREnkUXzgSBU7_uy9tl6WJHOQE6SOUI?usp=sharing

:bust_in_silhouette: Reply From: anllucah

You have to reselect a release keystore, the path still configured by windows.

Since I’m on Linux I don’t have a windows path.
Is there any exact guide for Linux? The documentation does not cover all things to do and the templates for exporting as an android app tell me a version.txt file is missing so they can’t be used.

Jan Christoph | 2019-10-20 18:58

About the version.txt try reinstall the export templates. About the release keystore try to copy the release.keystore that is in windows and than paste in someplace on Linux, so you can select it again on Godot.

anllucah | 2019-10-21 01:06

I got the keystorefile from my work computer.
Now I just get the following error:

'jarsigner' returned with error #1

Jan Christoph | 2019-10-21 19:19

Some tweaks and tries later I get after clicking away the previous error another one…

Error
Export templates for this platform are missing/corrupted: Android

Jan Christoph | 2019-10-21 19:26