Share via

What changes I would need to release Application for Android 16KB in MAUI .NET 9

Chinmay Dole 300 Reputation points
2025-09-10T09:02:28.0866667+00:00

I would like to understand what steps or changes I would need to implement to migrate to Android API 35 16KB? Will Third Party Packages affect my Application in MAUI?

Developer technologies | .NET | .NET MAUI

Answer accepted by question author
  1. Harry Vo (WICLOUD CORPORATION) 4,750 Reputation points Microsoft External Staff Moderator
    2025-09-10T09:35:26.5566667+00:00

    Hi @Chinmay Dole , thank for your quick update!

    Since you are already on .NET 9.0.40 and targeting Android API 35, you’ve completed the first step for Android 15 support.

    If your MAUI projects that use only managed C# code, no additional changes are required. However, if your app relies on third-party packages like SkiaSharp, SQLitePCL, or barcode scanning libraries, make sure these dependencies have been updated and recompiled with the latest Android NDK. The Android Gradle Plugin 8.5.1 and NDK r28 or newer automatically align binaries for 16 KB pages, but older builds may fail at runtime or trigger Google Play policy violations. About that, you can check release notes of these packages to check.

    After that, remember to test on a 16 KB device or emulator (Android 15 system images allow you to enable 16 KB page size and verify runtime behavior.)

    I also found a detailed developer blog post that might be useful to you.


    Overall, just make sure all native dependencies in your project are updated and validated against a 16 KB environment is enough. I hope this helps you get things back on track quickly! If my suggestions can solve your issue, feel free to interact with the system accordingly!

    Thank you!

    You found this answer helpful.

2 additional answers

Sort by: Most helpful
  1. Chinmay Dole 300 Reputation points
    2025-09-10T10:30:28.3433333+00:00

    Hi @Harry Vo (WICLOUD CORPORATION) , thank you for explaining in detail. It is beneficial.

    0 comments No comments

  2. Chinmay Dole 300 Reputation points
    2025-09-10T09:17:21.68+00:00

    Hi @Harry Vo (WICLOUD CORPORATION) , I have already migrated to 9.0.40 with Android API 35. I would need more documentation or steps to migrate to comply PlayStore Policy https://developer.android.com/guide/practices/page-sizes

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.