https://www.google.com/search?q=nim+%2Bandroid+%2Btutorial still does not show any reasonable results
Why we still have no tutorial hot to do Android development?
I've created a C++ native project, what next steps should I follow to integrate Nim toolchain into NDK development?
Why we still have no tutorial on how to do Android development?
Because 99.9% of us are volunteers and enthusiasts with limited time to dedicate to Nim in-between work and family.
For Android setup I suggest you look into nimx build system as it has been used in production for a Facebook, iOS, Android game: https://github.com/yglukhov/nimx/search?utf8=%E2%9C%93&q=android&type=
The game is open-source as well: https://github.com/OnsetGame/falcon/search?q=android&unscoped_q=android
this might be of help too (adapting some ideas from D to nim): adamdruppe/d_android: Helper programs and interfaces for using D on Android systems : adamdruppe/d_android: Helper programs and interfaces for using D on Android systems
D forum https://forum.dlang.org/thread/[email protected] My Android project nearing beta
Also see my: https://forum.nim-lang.org/t/5197
And manual: https://nim-lang.org/docs/nimc.html#cross-compilation-for-android