Make application align with 16KB page memory sizes in new android as per guideline of Google

Old android uses 4kb page memory size as it was enough then for the RAM used now android shift to 16KB page memory size and Google gave ultimatum to fix it and upload the app by November 1st.

I fixed the issue of 16KB memory size by upgrading ndk in sdk manager > Android studio and updated in build.gradle file and enabled hermes which solved the problem in my case. If issue persists one must upgrade AGP too in my case it was on subsequent version so it worked.

Did you find this article useful?