|
|
12 年之前 | |
|---|---|---|
| .externalToolBuilders | 12 年之前 | |
| .settings | 12 年之前 | |
| jni | 12 年之前 | |
| res | 12 年之前 | |
| src | 12 年之前 | |
| .classpath | 12 年之前 | |
| .gitignore | 12 年之前 | |
| .project | 12 年之前 | |
| AndroidManifest.xml | 12 年之前 | |
| 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 Martin Felis [email protected]
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.
alpha8:
alpha7:
This project contains code from various 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).