diff --git a/android/app/build.gradle b/android/app/build.gradle index c7858fb9..173d6960 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -25,18 +25,17 @@ android { externalNativeBuild { cmake { arguments "-DSDL_SHARED=ON", "-DANDROID_STL=c++_static", "-DHAVE_LD_VERSION_SCRIPT=OFF",'-DUSE_OPENGLES=ON' - // abiFilters 'armeabi-v7a', 'arm64-v8a', 'x86', 'x86_64' - abiFilters 'arm64-v8a' + abiFilters 'armeabi-v7a', 'arm64-v8a', 'x86', 'x86_64' } } } // ✅ Universal APK: disables split APKs per ABI - // splits { - // abi { - // enable false - // } - //} + splits { + abi { + enable false + } + } buildTypes { release {