Xmake v3.0.6 Preview, Android Native Apps, Flang, AppImage/dmg Support
The new version further improves the build support for Android native applications. We can now configure more parameters in the android.native_app rule, including android_sdk_version, android_manifest, android_res, keystore, etc.
In addition, for scenarios that require custom entry and event loops (such as game engine integration), we support disabling the default android_native_app_glue library by setting native_app_glue = false.
add_rules("mode.debug", "mode.release")