@treeform You may find my [dali](https://forum.nim-lang.org/t/4840) project potentially interesting — though it's super early stage as of now (alpha/PoC). I managed to assemble a simple hello-world.apk purely from Nim, absolutely no JDK or Android Studio - though it required the Android NDK (i.e., the gcc cross-compiler).
I later managed to do another PoC of potentially getting rid of Android NDK, and [replacing it with Zig](https://lists.sr.ht/~andrewrk/ziglang/%20%3CCACZYt3T8jACL+3Z_NMW8yYvcJ+5oyP%3Dh1s2HHdDL_VxYQH5rzQ%40mail.gmail.com%3E). Currently, I'm working on trying to make stuff [more user friendly](https://github.com/akavel/dali/commit/8170e8acaf01b6ce60a535fc2fd87fa7acd92a9d), and hopefully auto-generated. Please note it's purely a hobby project, so I absolutely won't promise any timelines.
