ecl/examples/android
2015-10-28 19:59:24 +01:00
..
.settings mobile: add sample android application (HelloECL) 2015-10-23 18:16:38 +02:00
assets/lisp/etc android/example: simplify the example 2015-10-28 17:24:55 +01:00
jni android/example: cosmetic: indent / untabify 2015-10-26 11:13:48 +01:00
res android/example: simplify example even further 2015-10-28 18:40:05 +01:00
src/org/lisp/ecl android/example: simplify example even further 2015-10-28 18:40:05 +01:00
.classpath mobile: add sample android application (HelloECL) 2015-10-23 18:16:38 +02:00
.gitignore android/example: add .gitignore 2015-10-28 19:59:24 +01:00
.project mobile: add sample android application (HelloECL) 2015-10-23 18:16:38 +02:00
AndroidManifest.xml android/example: simplify example even further 2015-10-28 18:40:05 +01:00
ant.properties mobile: add sample android application (HelloECL) 2015-10-23 18:16:38 +02:00
build.xml android/example: don't add *.a to assets 2015-10-26 10:13:28 +01:00
proguard-project.txt mobile: add sample android application (HelloECL) 2015-10-23 18:16:38 +02:00
project.properties android/example: simplify example even further 2015-10-28 18:40:05 +01:00
README android/example: adjust README a bit 2015-10-28 18:28:14 +01:00

This example was originally developed by Sylvain Ageneau. Integration
with the current ECL done by Evrim Ulu and Daniel Kochmański.

Original location of this this example is:
http://github.com/ageneau/ecl-android

Instructions:
$ ln -s {$ECL_ANDROID_DIR} ecl-android
$ ln -s ${ECL_LIB_DIR} ecl-libdir
$ android update project -t android-10 -p .
$ ndk-build
$ ant debug install

Where ECL_ANDROID_DIR contains a prefix to the directory where you
installed cross-compiled ECL and the ECL_LIB_DIR contains path to the
directory with ECL intern files in the lib/ dir. Example:

$ export ECL_ANDROID_DIR=../../ecl-android
$ export ECL_LIB_DIR=../../ecl-android/lib/ecl-16.1.0

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