I've tried your solution, but it does not work. When I execute the command it
gives the following result:
$ nim --cc:clang
--clang.exe:/home/hdias/tmp/android-ndk-r19c/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android24-clang
--clang.linkerexe:/home/hdias/tmp/android-ndk-r19c/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android24-clang
--os:android --cpu:arm64
-t:-I/home/hdias/tmp/android-ndk-r19c/toolchains/llvm/prebuilt/linux-x86_64/sysroot
test.nim
Hint: used config file
'/home/hdias/.choosenim/toolchains/nim-0.19.4/config/nim.cfg' [Conf]
Error: invalid command: test.nim
Run
But as I said before I can compile a simple "Hello World!" nim code. At this
time the fastest way to make an app in Nim is to use the
[Wiish](https://github.com/iffy/wiish) package.