Lua Android Build
Ready to build project of lua for android.
Lua version: 5.2.2
Library type: static
#####Build:
-
cd Lua-Android-Build/android/
-
ndk-build
#####Usage:
-
Copy
liblua.a
to folder with*.mk
file of your project. -
Add to your
*.mk
file:
LOCAL_MODULE := liblua
LOCAL_SRC_FILES := liblua.a
include $(PREBUILT_STATIC_LIBRARY)
LOCAL_STATIC_LIBRARIES := [other static libs or none] lua