-
-
Notifications
You must be signed in to change notification settings - Fork 7
Android Native Lua Binaries Needed #17
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
This repo needs Lua built for Android.
Download lua-all
Download luajit
git clone https://luajit.org/git/luajit.gitI am not sure how to build these for Android.
Collect each minor versions highest patch number (5.4.6, 5.3.6, 5.2.4, 5.1.5) and rename the dynamic library appropriately (lua546, lua536, lua524, lua515) For luajit, retain the name of lua51.
Move these dynamic libraries to
runtimes/android-arm64/native. example About RIDs