Google requiring 64 bits binary in August 2019
See original GitHub issueIn https://android-developers.googleblog.com/2017/12/improving-app-security-and-performance.html:
In August 2019, Play will require that new apps and app updates with native libraries provide 64-bit versions in addition to their 32-bit versions.
I think we should default to arm64-v8a
to prevent issues later, and start thinking how we can do multiple targets compilation and embedded them in one APK.
Issue Analytics
- State:
- Created 5 years ago
- Reactions:8
- Comments:27 (17 by maintainers)
Top Results From Across the Web
android - August 2019 NDK 64 bit requirement Intel binary - Stack ...
The question is what is the most correct way to support Google new requirement about 64-bit? Do I need Intel 64 bit if...
Read more >Google to 64-bit Android device owners: No more 32-bit only ...
Starting August 1, 2021, Google Play won't serve apps without 64-bit versions on 64-bit capable devices. Users with 64-bit devices simply won't ...
Read more >Googleplay 64bit console warning - Unity Forum
From August 1, 2019 all releases must be compliant with the Google Play 64-bit requirement. Include 64-bit and 32-bit native code in your...
Read more >Get your apps ready for the 64-bit requirement
August 1, 2021: Google Play will stop serving apps without 64-bit versions on 64-bit capable devices, meaning they will no longer be available ......
Read more >Google announces deadlines for the transition to 64-bit ...
In December 2017, Google made a similar announcement but with one notable difference: developers are encouraged to support 64-bit, but support ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Please post the full log of the failing build.
On 05/09/2019 21:29, Erick Lee wrote:
I tryed to change android.arch to arm64-v8a in buildozer.spec but it didn’t help. Google Play still tells me that my apk is armeabi-v7a. @Cheaterman can you please help me? How can I change my recipes to 64 bits?