Exporting for Android

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

I’m trying to export my game for Android, but I receive the error “Could not find keystore, unable to export”, but I have especified the keystore path. And also “Export templates for this platform are missing/corrupted: Android”. I have downloaded Android Command Line Tools, Oracle JDK 11, but it doesn’t work yet.

:bust_in_silhouette: Reply From: Technipion

I had a similar problem but was able to solve it using OpenJDK 9.
But then I ran into some other problems and found myself going back to version 3.0.4 as Android export worked fine in that version for me. Everything after 3.0.4 seems to be broken somehow though. (Everything unter Ubuntu 18.04)

I’m using Windows. So should I use OpenJDK 9?

JulioYagami | 2018-12-14 11:32

I was able to resolve by adding the debug keystore to the Release property of the Keystore section.

JulioYagami | 2018-12-14 11:43