This project is aimed to easy the development of mobile applications that are easy to extend, native and cross-platform thanks to the flexibility and power of Lua, LuaJIT and LÖVE.
Please report your issues and feedback to: https://github.com/LuaMobile/sdk/issues
In order to start building your app, please create a file called config.mk
.
Please see the template file example_config.mk
for reference.
AndroidManifest.xml
along with other customizable settings and goodies are
available into the folder Android/decoded
, see Game Packaging.
Just run the following commands:
$ cd Android
$ make
Not implemented yet. Do you want it sooner? We accept pull requests!
The root folder has a general Makefile
so you can generate the
game.love
file, then just run it.
$ make
$ love game.love
LoveToAndroid is an app packager for Windows.
The Android packager is possible thanks to the Android Port of LÖVE by Martin Felis.