Godot 4.7: Creating Games Entirely on Android Is Now Real

Godot 4.7 makes Android-only game development feel real: use the Android editor, GABE export support, resizable game testing, splash screen options, Perfetto tracing, and mobile input improvements.

Godot 4.7 Android game development guide for creating and exporting games on mobile devices

The catchiest Godot 4.7 story is simple: creating Godot games entirely on Android is no longer just a novelty. With the Android editor, the stable Godot Android Build Environment, and a set of mobile workflow improvements, Android can now be part of the creation pipeline, not only the final export target.

Source pass: this article is based on the official Godot 4.7 release notes. It focuses on the Android development workflow and avoids API-level code examples. For production setup details, cross-check the current Godot docs and migration guide.

The Catchy Version

A clean headline would be: Godot games can now be created, exported, and published from Android more seriously than before. The careful version is a little longer, but more accurate: Godot 4.7 improves the Android editor and GABE integration enough that mobile-only development is now a real workflow to consider.

That is a strong content angle because it speaks to a real audience: learners without a desktop nearby, mobile-first creators, Android hobbyists, students, tiny-game developers, and anyone who wants to prototype touch games directly on the device they will ship to.

What GABE Adds

GABE stands for Godot Android Build Environment. It is a companion app for the Godot Android editor, and the key practical point is Gradle export support. In plain English: it helps turn Android editor work into Android builds from the Android-side workflow.

Before this, developing on Android was interesting, but publishing from that workflow was much harder to frame as a serious end-to-end path. Godot 4.7 makes the Android story easier to explain: edit on Android, test on Android, export with GABE support, and treat mobile as a first-class workflow.

Why This Matters

  • Lower barrier to entry: a capable Android device can become more than a test device.
  • Better mobile-first testing: you can think about touch, screen shape, and performance earlier.
  • Stronger learning story: beginners can experiment with Godot without needing the full desktop setup immediately.
  • Real export path: GABE gives the Android editor workflow a clearer build and publishing route.

This does not mean every serious Godot project should be built on a phone. Desktop is still more comfortable for large projects, asset-heavy workflows, complex debugging, and 3D production. The point is that Android development has crossed from gimmick into a workflow with a real use case.

Android Editor Quality-of-Life

Godot 4.7 adds practical Android editor improvements that make this story easier to believe. The embedded game window can now be moved and resized, which matters because Android games live across many screen sizes and aspect ratios. Testing layout directly on the device is much more useful when the game window is not locked in place.

The Script Editor also supports orientation changes in expanded mode. That sounds small until you imagine writing scripts with a mobile keyboard covering half the screen. Being able to rotate between portrait and landscape is exactly the sort of mobile-specific friction that needed attention.

Export and Publishing Polish

The Android export flow also gets friendlier. Native Android splash screen settings can now be edited from Android export options instead of requiring a Gradle build plus manual native resource edits. That matters for real publishing because the boring branded details are often where indie workflows stall.

Godot 4.7 also makes Perfetto the default tracing tool for Android editor and template builds. For template builds, that means developers can use Android's built-in performance tracing tools to analyze games and apps. For the Android editor itself, it gives maintainers better data for improving the mobile editor experience over time.

Mobile Game Features Around It

The Android story is not only about exporting. Godot 4.7 also adds picture-in-picture support on Android, which can be useful for media apps, idle games, long-cutscene games, or experiences that do not need constant player input. It is niche, but it is very platform-aware.

For input, Godot 4.7 adds a built-in VirtualJoystick node with Fixed, Dynamic, and Following modes. That pairs nicely with a mobile-first workflow because touch controls are not an afterthought; they become part of the early prototype.

What to Try First

Do not start by moving a giant existing game onto a phone. Start with a small mobile-first project that can prove the workflow. A one-screen arcade game, idle prototype, tap timing game, tiny platformer, or simple puzzle project is enough.

  • Pick portrait or landscape before designing the first screen.
  • Use touch controls early instead of adding them at the end.
  • Resize the embedded game window to test several aspect ratios.
  • Set up a simple export path and splash screen before the project grows.
  • Run a quick performance trace once gameplay exists.
  • Only then decide whether the workflow fits a larger project.

Who This Is Best For

This is most compelling for learners, students, mobile-first indie developers, game jam experiments, lightweight 2D games, tool prototypes, and creators who want to test on the same class of device they are targeting.

For a large 3D game, desktop development is still the saner default. You will likely want a bigger screen, better file management, stronger profiling options, external tools, and a normal keyboard. The Android workflow is a new serious option, not a universal replacement.

The big takeaway: Godot 4.7 makes Android feel less like a side export target and more like a place where some games can genuinely be created, tested, exported, and prepared for release.