Export templates for this platform are missing

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

I’m trying to export a game for android, but it gives me this error: “Export templates for this platform are missing”. I solved the adb, jarsigner and debug keystore, i just have this error. Another person asked the community, but i didn’t understand the solution. What can I do?

:bust_in_silhouette: Reply From: Freeman

It looks like you did everything needed in the Editor Settings in the Editor menu.
Check if you also did the following steps:

Make sure you have proper Android export templates installed. To do that go to ‘Editor’ menu and choose ‘Menage Export Templates…’

enter image description here

and install from file or from the internet android templates for your version of Godot.

enter image description here

Make sure you did the following as well:
Go do ‘Project’ menu and click ‘Export…’

enter image description here

In the new window click ‘Add…’ and choose ‘Android’ from the menu.

enter image description here

The whole process is very well described in the documentation here:

and here: https://docs.godotengine.org/en/stable/getting_started/workflow/export/android_custom_build.html

Do I need to have 3.2? Because I have the 3.1.1 mono version

Sakura37 | 2020-03-24 22:40

There is no reason not to use the latest stable version. Yes, you should go with 3.2.

Freeman | 2020-03-25 00:28