raylua icon indicating copy to clipboard operation
raylua copied to clipboard

Excuse me, how to publish to android platform?

Open toutiewa opened this issue 3 years ago • 2 comments

Excuse me, how to publish to android platform? Can you post a detailed tutorial?

toutiewa avatar Feb 15 '22 02:02 toutiewa

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

Rabios avatar Mar 03 '22 21:03 Rabios

Also, It worth mention that if you have Termux on your Android smartphone you can do following:

  1. Install LuaJIT and git using the package manager
  2. Clone this repo using git
  3. Head into repo directory and run the examples on Android (It should works i think, Though i haven't tried this...)

Rabios avatar Mar 03 '22 21:03 Rabios