Does Android 64 bit mandatory requirement applies to both x86 and ARM architectures?

31 views
Skip to first unread message

Marco Ciarcia

unread,
Sep 11, 2019, 3:40:20 PM9/11/19
to android-ndk
Hi,
If i have an application that uses c++ library with support for multiple CPU architectures, it is mandatory to move to 64 bits all different flavours?

i.e. If my application includes: armv7, arm64-v8a, x86 will it be complaint with Google requirements or it is mandatory to add x86_64 binary?

Thanks in advance,
kind regards
Marco

Dan Albert

unread,
Sep 11, 2019, 3:45:18 PM9/11/19
to android-ndk
Yes, you need to support the 64-bit variant of any architecture you support. If you support x86 you must support x86_64.

--
You received this message because you are subscribed to the Google Groups "android-ndk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to android-ndk...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/android-ndk/684e8b35-fa95-4eb2-b0b5-669bb0b8d149%40googlegroups.com.

mic _

unread,
Sep 11, 2019, 3:45:50 PM9/11/19
to andro...@googlegroups.com

"for each native 32-bit architecture you support you must include the corresponding 64-bit architecture." 


Reply all
Reply to author
Forward
0 new messages