Having worked my way through many of the excellent Defold tutorials I tried my hand at building an APK in order to install and try out on my own Android device. Like most devices these days it is a 64 bit affair. I dutifully did thefollowing
- clicked Project - > Bundle -> Android application
- elected to leave the cert spec empty and chose a debug build
- unchecked the 32 bit architecture option
- checked the Arm64 build option
- clicked Create Bundle…
At this point things went awry. In the first instance why does it talk of creating bundles if what it in fact provides is an APK. Secondly, no matter what I do all I get back is the armv7 32 bit APK which promptly fails to install on my test device.
Another question that springs to mind here - if I have understood correctly Defold is brought to us entirely free of charge courtesy of King of Candy Crush fame. Why on earth are we being able to allowed to churn their servers to build our apps in the cloud - as far as I can tell the APK was built without using my local Android SDK/Java.