Posts by Maykon Cesar • 11 points
1 post
-
-2
votes2
answers2509
viewsA: How to add 64-bit and 32-bit native codes to an Android app?
Need to add in ndk { abiFilters "armeabi-v7a", "x86","arm64-v8a","x86_64" } abi { reset() enable enableSeparateBuildPerCPUArchitecture universalApk false // If true, also generate a universal APK…