Fix Android 16 installation with extractNativeLibs=true

- Set extractNativeLibs=true to bypass 16KB alignment requirement
- Lower targetSDK to 34 for compatibility mode
- Update RR3-Community-Mod.ps1 with 16KB zipalign command
- Tested on Android 16 (API 36)

Issue: apksigner 0.9 breaks 16KB alignment when signing
Solution: Extract libs to disk instead of mmap

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
2026-02-19 13:05:22 -08:00
parent 2eb3dec9b3
commit 3263e09ea3
3 changed files with 5 additions and 4 deletions

View File

@@ -7,7 +7,7 @@ usesFramework:
tag: null
sdkInfo:
minSdkVersion: 26
targetSdkVersion: 36
targetSdkVersion: 34
packageInfo:
forcedPackageId: 127
renameManifestPackage: null