Replies: 1 comment 3 replies
-
Maybe upgrade minsdk=21 and ndk=27+ in axmol-3.x plan better |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The minsdk is currently set to 17, which is for Android 4. Is this OS still being actively used? If not, would anyone have any issues if we bump up the version to minsdk to 21?
The reason has to do with having
AxmolActivity
inherit fromAppCompatActivity
rather than Activity, which has been brought up before in #1891. It allows for a lot of functionality that is missing inActivity
, but unfortunately it requires minsdk to be 21.@halx99 Do you have any opinion regarding this?
Beta Was this translation helpful? Give feedback.
All reactions