App. Gradle added

splits {
        abi {
            enable true
            reset()
            include "x86", "x86_64", "armeabi-v7a", "arm64-v8a"
        }
    }
Copy the code

Packaging orders

Flutter build apk --obfuscate --split-debug-info= confusion information file name --target-platform Android-arm, Android-arm64, Android-x64 --split-per-abiCopy the code

–obfuscate: enable obfuscate operation.

–split-debug-info= : Cache the map symbol table generated because of the obfuscation to this location