What's the minimum version of Android that can run the .apk exported by Godot?

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

Hello everyone. What’s the minimum version of Android that can run the .apk exported by Godot 3.0?

:bust_in_silhouette: Reply From: SingingApple

I am not sure about Godot 3 but seems like the .apk exported by Godot 2 can officially run Android version 4.0+ .
Source: Android 2.3 compatibility [broken in 2.0, worked in 1.1] · Issue #3784 · godotengine/godot · GitHub

:bust_in_silhouette: Reply From: eons

Minimum sdk 18 and target 27 (on top of the full GLES3 support).

Templates can be built for other targets and minimum too (is defined in the SCSub file).