|
|
пре 11 година | |
|---|---|---|
| .externalToolBuilders | пре 12 година | |
| .settings | пре 12 година | |
| jni | пре 12 година | |
| res | пре 12 година | |
| src | пре 11 година | |
| .classpath | пре 12 година | |
| .gitignore | пре 12 година | |
| .project | пре 12 година | |
| AndroidManifest.xml | пре 11 година | |
| README.md | пре 12 година | |
| ant.properties | пре 12 година | |
| build.properties | пре 12 година | |
| build.xml | пре 12 година | |
| default.properties | пре 12 година | |
| proguard-project.txt | пре 12 година | |
| project.properties | пре 12 година |
Android Port of LÖVE, the awesome 2D game engine LÖVE (http://love2d.org) Copyright (c) 2013-2014 Martin Felis [email protected]
For detailed instructions please refer to the wiki.
Install the Android NDK and the Android SDK with SDK API 12 and run
ndk-build
and after that
ant debug
in the root folder of this project or load the project using Eclipse and compile/run it using Eclipse.
This should give you a .apk file in the bin/ subdirectory that you can then install on your phone.
Bugs and feature requests should be reported to the issue tracker.
beta1:
alpha9:
alpha8:
alpha7:
This project contains code from multiple projects using various licenses. Please look into the folders of jni// for the respective licenses.
As for the other code and build system files, these are published under the zlib license (same as LÖVE).