Is best to use Godot on Android?

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

I want to know.
Godot will work on Android like computers?

:bust_in_silhouette: Reply From: jgodfrey

If you’re asking if you can use Godot to create an application for an Android device, the answer is definitely yes.

Here’s a link to the Android export documentation:

Also, from this page:

Godot Engine is a feature-packed, cross-platform game engine to create 2D and 3D games from a unified interface. It provides a comprehensive set of common tools, so users can focus on making games without having to reinvent the wheel. Games can be exported in one click to a number of platforms, including the major desktop platforms (Linux, macOS, Windows) as well as mobile (Android, iOS) and web-based (HTML5) platforms.

jgodfrey | 2023-03-17 03:09

The link is for godot 3.5, is godot 4 suitable for 3D games on Android as the mobile renderer seems not to work in 3D on Android?

magicalogic | 2023-03-17 05:34

That link was for 3.5 because that’s the Godot version identified by the original poster. As for Godot 4, yes, it’s suitable for Android builds. Here’s the same page as linked above, but for Godot 4.

Exporting for Android — Godot Engine (4.0) documentation in English

And, the 4.0 version of page linked above containing this:

Godot Engine is a feature-packed, cross-platform game engine to create 2D and 3D games from a unified interface. It provides a comprehensive set of common tools, so users can focus on making games without having to reinvent the wheel. Games can be exported in one click to a number of platforms, including the major desktop platforms (Linux, macOS, Windows) as well as mobile (Android, iOS) and web-based (HTML5) platforms.

jgodfrey | 2023-03-17 13:05