[INSTALL_FAILED_OLDER_SDK] godot 3.0 stable

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

when i go to export for android gives an old sdk error. the device has android 4.2.2

![enter image description here][1]

https://drive.google.com/file/d/17Ame7Uc3B9pSFMwQqYlmmLGqyJgKTlgz/view?usp=sharing

:bust_in_silhouette: Reply From: volzhs

Android 4.2.2 API level is 17.
Godot 3.0 requires opengl es 3.0 which requires android API 18.
so… currently, it can’t be installed under API 18 (Android 4.3)

Godot 3.1 will support opengl es 2.1 again.
You can install it after that.