raylua
raylua copied to clipboard
Excuse me, how to publish to android platform?
Excuse me, how to publish to android platform? Can you post a detailed tutorial?
Hi, Thanks for opening the issue...
I believe you have to bundle LuaJIT static library into the Android app project and include shared lib of raylib along with the LuaJIT bindings and run them someway via Java code...
I think this can help: https://github.com/ichenhe/Android-LuaJIT
Also, It worth mention that if you have Termux on your Android smartphone you can do following:
- Install LuaJIT and
gitusing the package manager - Clone this repo using
git - Head into repo directory and run the examples on Android (It should works i think, Though i haven't tried this...)