From 68fc73cee829784a4cc16c609d59d68008da5f22 Mon Sep 17 00:00:00 2001 From: Daniel Elliott Date: Thu, 19 Feb 2026 13:28:19 -0800 Subject: [PATCH] Enable extractNativeLibs to bypass ELF alignment requirement Android 15+ requires 16KB-aligned PT_LOAD segments in ELF files for mmap. The .so files in this APK were compiled with 4KB alignment. Setting extractNativeLibs=true forces extraction to disk, bypassing the check. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- AndroidManifest.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index c03f21334..fffa8ef4a 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -77,7 +77,7 @@ - +