D on android and d_android
Adam D. Ruppe
destructionator at gmail.com
Wed Apr 1 11:57:58 UTC 2020
On Wednesday, 1 April 2020 at 08:50:01 UTC, burt wrote:
> I found a README [0] that mentions an "android-dub-build.d"
> script, which should be a wrapper around `dub build`
Ah, I forgot to update that file. There is no android-dub-build
anymore, instead the android-setup changes the main configuration
file so plain `dub build` just works.
So the correct steps now:
1) get ldc 1.19 specifically and the android NDK
2) do `android-setup /path/to/your/android/ndk`
3) do normal `dub build`
More information about the Digitalmars-d-learn
mailing list