diff --git a/docs/signed-apk-android.md b/docs/signed-apk-android.md index 6e77121f57c172..b385f673c8439b 100644 --- a/docs/signed-apk-android.md +++ b/docs/signed-apk-android.md @@ -112,6 +112,9 @@ By default, the generated APK has the native code for both x86 and ARMv7a CPU ar You can create an APK for each CPU by changing the following line in android/app/build.gradle: ```diff +- ndk { +- abiFilters "armeabi-v7a", "x86" +- } - def enableSeparateBuildPerCPUArchitecture = false + def enableSeparateBuildPerCPUArchitecture = true ```