As above, so i assume most fdroid apps are 32bit 🤷 how does one figure out the apps on their phone if 32 bit or 64bit? Tx 4 reading.

  • marsara9@lemmy.ml
    link
    fedilink
    arrow-up
    1
    ·
    1 year ago

    This link is targeted mostly for developers: https://developer.android.com/google/play/requirements/64-bit#:~:text=Look within the lib folder,you have 32-bit libraries.

    But 32 vs 64 bit really only affects apps running native code. Most game engines already support x64 so I would hope games are already compliant, unless they haven’t been updated in the last 4-5+ years. Other apps that just use the NDK or otherwise are running native code could be a problem but I would assume that there’s x64 support for most of their dependencies so they should be fine. They might have to just push a new update but I suspect that they already added support for x64 awhile ago.

    If you’re a bit tech savvy though, you could download Android Studio and follow that guide in the link to analyze any APK and verify that a given app will still work before upgrading to 14. You obviously won’t be able to covert it to x64 but you can at least see what architectures any given app supports.