you are viewing a single comment's thread
view the rest of the comments
[–] 11 points 3 years ago (5 children)

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

  • source
  • hideshow 5 child comments
  • [–] 10 points 3 years ago (1 child)

    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.

  • source
  • parent
  • hideshow 1 child comment