FIXED: Android 32bit build issues, expanded supported SDKs

This commit is contained in:
mschiller890
2026-03-20 12:57:55 +01:00
parent 017d908c54
commit a51f47a108
8 changed files with 13 additions and 10 deletions

View File

@@ -6,8 +6,8 @@
android:installLocation="preferExternal">
<!-- This is the platform API where NativeActivity was introduced. -->
<uses-sdk android:minSdkVersion="24"
android:targetSdkVersion="24" />
<uses-sdk android:minSdkVersion="19"
android:targetSdkVersion="36" />
<!-- uses-feature android:name="android.hardware.touchscreen.multitouch" android:required="true"/ -->

View File

@@ -1,4 +1,4 @@
APP_PLATFORM := android-21
APP_PLATFORM := android-19
APP_STL := gnustl_static
APP_OPTIM := release
APP_ABI := arm64-v8a