This script checks for all the necessary markers to be sure your APK/AAB/SO files are 16KB page size compatible.
It has been simplified to easy usage.
1. Make sure to download the NDK tools and extract to a location.Make sure to scroll down to get the latest version, v28 and above
2. Download the SCRIPT: leafy-check-16kb.ps1
3. Open Powershell at the location of the script, run the script,
Interactive Mode (Easiest - script will prompt you for the NDK Path, and then prompt again for the path to APK/AAB/.So etc)
Note: It remembers the NDK Path, so subsequent commands, just hit enter when it prompts for NDK Path
Command Line Mode You specify the apk path and ndkpath)
4. If you get Policy Execution error,RUN powershell in Administrator mode and enter this
github.com
It has been simplified to easy usage.
1. Make sure to download the NDK tools and extract to a location.Make sure to scroll down to get the latest version, v28 and above
2. Download the SCRIPT: leafy-check-16kb.ps1
3. Open Powershell at the location of the script, run the script,
Interactive Mode (Easiest - script will prompt you for the NDK Path, and then prompt again for the path to APK/AAB/.So etc)
Note: It remembers the NDK Path, so subsequent commands, just hit enter when it prompts for NDK Path
B4X:
.\leafy-check-16kb.ps1
Command Line Mode
B4X:
.\leafy-check-16kb.ps1 -Path "C:\path\to\your\app.apk" -NdkPath "C:\Android\Sdk\ndk\27.0.0"
4. If you get Policy Execution error,RUN powershell in Administrator mode and enter this
B4X:
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
GitHub - LEAFECODES/Check-16kb-page-size-for-filetypes: Check the 16kb page size compliance with android 15 and above
Check the 16kb page size compliance with android 15 and above - LEAFECODES/Check-16kb-page-size-for-filetypes