Hello,
Is there an ability for Nim to create a shared library for Android?
Best regards, Sergey
Hi Sergey!
If you have Android NDK installed, it should be possible. I did this for a simple "hello world" app, see: https://github.com/akavel/hellomello/#build-steps (part of a bigger project). Also, another recent thread about cross-compilation may prove helpful to you: https://forum.nim-lang.org/t/4845.
Hope it helps!