• @[email protected]
    link
    fedilink
    English
    111 year ago

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

    • wander1236
      link
      English
      101 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.