Export to APK on the mobile version of the engine

I wonder why when I downloaded the mirror on the mobile version of the Godot engine, entered all the information for the application and clicked export, the file turned into a spare parts package instead of an APK format.

Tell me why this happens? And tell me what to do (If I have a PC, I’m just curious).

The Android editor does not support exporting to any platform. Here’s a list of limitations it has Using the Android editor — Godot Engine (stable) documentation in English

1 Like

Exporting to desktop platforms from the Android editor should be feasible when Fix export dialog sizing issue on small devices by m4gr3d · Pull Request #91291 · godotengine/godot · GitHub is merged.

However, exporting to Android from the Android editor is still off-limits due to the native tooling requirements (such as adb or Gradle). These tools can’t easily run directly on an Android device (especially a non-rooted device), yet they’re required to export to Android.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.