• nostalgicgamerz@lemmy.world
    link
    fedilink
    English
    arrow-up
    13
    arrow-down
    2
    ·
    1 year ago

    Android removed 32 bit support in the newest version. Maybe see what the compatibility is after that releases

    • wander1236@sh.itjust.works
      link
      fedilink
      English
      arrow-up
      8
      ·
      1 year ago

      For most apps, this doesn’t matter at all. The vast majority of Android apps are fully Java/Kotlin, which is architecture-agnostic.

      It’s only when you need to use C libraries where architecture matters, and most things using C libraries are games, which already target 64-bit.