Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Android 15 new page size memory 16KB
QtWS25 Last Chance

Android 15 new page size memory 16KB

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
3 Posts 2 Posters 591 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • P Offline
    P Offline
    piervalli
    wrote on 20 Dec 2024, 09:14 last edited by
    #1

    Hello,

    with Android 15 the page size of memory is changed to 16GB.

    https://source.android.com/docs/core/architecture/16kb-page-size/16kb?hl=en

    Could any issue with new page size?

    Thanks
    Pier

    J 1 Reply Last reply 20 Dec 2024, 10:09
    0
    • P piervalli
      20 Dec 2024, 09:14

      Hello,

      with Android 15 the page size of memory is changed to 16GB.

      https://source.android.com/docs/core/architecture/16kb-page-size/16kb?hl=en

      Could any issue with new page size?

      Thanks
      Pier

      J Offline
      J Offline
      jsulm
      Lifetime Qt Champion
      wrote on 20 Dec 2024, 10:09 last edited by
      #2

      @piervalli said in Android 15 new page size memory 16KB:

      Could any issue with new page size?

      Why should be there an issue? The only "issue" is higher memory consumption. And by default Android 15 uses 4KB pages, you have to build Android by yourself to enable 16KB page size.

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0
      • P Offline
        P Offline
        piervalli
        wrote on 20 Dec 2024, 11:49 last edited by
        #3

        I thought it is transparent for us.

        in this section https://developer.android.com/guide/practices/page-sizes?hl=en

        ...
        If your app uses any native code, then you should rebuild your app with support for 16 KB devices. If you are unsure if your app uses native code, you can use the APK Analyzer to identify whether any native code is present and then check the alignment of ELF segments for any shared libraries that you find.

        ..

        But I don't understand if it is mandary where devices are page size 16KB.

        1 Reply Last reply
        0

        1/3

        20 Dec 2024, 09:14

        • Login

        • Login or register to search.
        1 out of 3
        • First post
          1/3
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved