How to export for Android on Linux?

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

How to install the dependencies for exporting Android on Linux?

:bust_in_silhouette: Reply From: Ertain

Have you checked the documentation? It basically goes like this:

  1. Download and install the Android SDK (preferably OpenJDK).
  2. Create a “debug.keystore” key.
  3. Install the proper Android Debug Bridge (adb).
  4. Set it up in the Godot editor.
  5. Download the export template for Godot (look for it in the “Export” options in the editor).
  6. Enter in the necessary credentials for which version of Android you’re using.
  7. Export the package.