ecl/examples/android
Daniel Kochmański 7280f14f55 mobile: fix compilation of android app from examples/
Don't use C99 specific syntax for `for' loop and use functions
lib_init_* instead of main_lib_init_* which aren't exported.

Signed-off-by: Daniel Kochmański <daniel@turtleware.eu>
2015-10-23 18:16:50 +02:00
..
.settings mobile: add sample android application (HelloECL) 2015-10-23 18:16:38 +02:00
assets/lisp mobile: add sample android application (HelloECL) 2015-10-23 18:16:38 +02:00
jni mobile: fix compilation of android app from examples/ 2015-10-23 18:16:50 +02:00
res mobile: add sample android application (HelloECL) 2015-10-23 18:16:38 +02:00
src/org/lisp/ecl mobile: add sample android application (HelloECL) 2015-10-23 18:16:38 +02:00
.classpath mobile: add sample android application (HelloECL) 2015-10-23 18:16:38 +02:00
.project mobile: add sample android application (HelloECL) 2015-10-23 18:16:38 +02:00
AndroidManifest.xml mobile: add sample android application (HelloECL) 2015-10-23 18:16:38 +02:00
ant.properties mobile: add sample android application (HelloECL) 2015-10-23 18:16:38 +02:00
proguard-project.txt mobile: add sample android application (HelloECL) 2015-10-23 18:16:38 +02:00
project.properties mobile: add sample android application (HelloECL) 2015-10-23 18:16:38 +02:00
README mobile: add sample android application (HelloECL) 2015-10-23 18:16:38 +02:00

This project is a base project for ECL Android.
It is created by Sylvain Ageneau <ageneau@gmail.com>.
Original location of this project is: 
http://github.com/ageneau/ecl-android

Instructions:
$ android update project -t android-19 -p .
$ ndk-build
$ ant debug install

Please direct further questions to ecl-devel@common-lisp.net

evrim ulu <evrimulu@gmail.com>
March 2015.