-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Get Collect ready for the Play Store 64-bit requirement #2844
Comments
Looks as if it doesn't concern us. We don't use any native code so as they said in the doc: |
Thanks for looking into this. I've confirmed your findings by unzipping the apk, and running |
We now have native code in Collect, so this issue is now relevant. |
I'm a little worried about #3144 for this one but I'm a bit out of context on the Mapbox work however so I might be missing something here! It looks like Mapbox has problems initializing on 64 bit devices as it wasn't falling back to the 32 bit binaries (due to |
Ugh. Forgot about #3144. Yeah, we want Mapbox to work on 64 bit devices. I'll send in a quick PR. |
According to https://android-developers.googleblog.com/2019/01/get-your-apps-ready-for-64-bit.html
Starting August 1, 2019:
Starting August 1, 2021:
https://developer.android.com/distribute/best-practices/develop/64-bit has guidance on the steps we can take today in order to ensure that your 32-bit app is ready to support 64-bit devices.
The text was updated successfully, but these errors were encountered: