You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Starting from August 1, 2019, all new apps and app updates that include native code are required to provide 64-bit versions in addition to 32-bit versions when publishing to Google Play:
Starting from August 1, 2019, all new apps and app updates that include native code are required to provide 64-bit versions in addition to 32-bit versions when publishing to Google Play:
https://android-developers.googleblog.com/2019/01/get-your-apps-ready-for-64-bit.html
We should therefore include the
arm64-v8
architecture in the application gradle so that newly created applications get the 64 bit runtime by default.The text was updated successfully, but these errors were encountered: