Android Building: 32Bit & 64Bit Questions (SOLVED)

Hi,

Been away from Defold for some time.
I noticed when building for Android there are options for 32Bit/64Bit.
Google now requires 64Bit so is 32Bit necessary anymore?
Also are both 32Bit and 64Bit in the same Android APK install file?
Thanks!

Jesse

Yes, both are in the same apk, and you should keep both checked.

Ok, thanks!

If you’re ever curious, both “.apk” and “.ipa” are just zip files, so you can easily unpack them to observe the contents.

2 Likes