On Tuesday, 7 April 2020 at 12:43:20 UTC, Adam D. Ruppe wrote:
On Monday, 6 April 2020 at 08:38:03 UTC, Jan Hönig wrote:
Is there some "Hello World!" example for D on Android?
So I did a tiny thing in the repo:
https://github.com/adamdruppe/d_android/tree/master/android-dub-test
if you open that in android studio it should load up, and the
makefile is commented, but tells you the 8 commands (4 dub
builds, 4 file copies, just doing the same things for each of
the 4 android architecture targets) to do a full add.
Thanks a lot. I was blind not finding it in your repo.