Update two Android mobile app into Android 15 and support 16 KB memory page sizes

Заказчик: AI | Опубликовано: 24.10.2025

I need both of my existing Android apps rebuilt so they compile cleanly against Android 15 and run on devices that use 16 KB (or larger) memory page sizes. I have full source code for each project. Key points • Update targetSdkVersion, Gradle plugin, and libraries to the stable Android 15 toolchain. • Make any native (NDK) or third-party binaries 16 KB-page–safe, adjusting linker flags or rebuilding if required. • Verify startup, core user interface flows, background services, and integrations still behave exactly as they do now. • Supply signed release AABs/APKs, updated project files, and a short change log so I can merge the work back into my repo. A quick compile-and-fix pass that keeps all existing features intact is all that’s needed; no new functionality or design changes are in scope.