ecl/examples/android
Daniel Kochmański 5e2edcae92 android/example: don't add *.a to assets
This files shouldn't be copied. They are big, duplicate binaries in fas
files and are no use without the gcc compiler on the target system.

Also clean assets directory on the clean target and use a symblink
`ecl-libdir' to access the libraries directory.
2015-10-26 10:13:28 +01:00
..
.settings mobile: add sample android application (HelloECL) 2015-10-23 18:16:38 +02:00
assets/lisp/etc android/example: clean up the init scripts 2015-10-23 18:18:58 +02:00
jni android/example: cosmetic ecl_boot tweaks 2015-10-23 18:18:58 +02:00
res android/example: add short name for the launcher 2015-10-26 10:13:08 +01:00
src/org/lisp/ecl android/example: minor tweaks with the build 2015-10-25 22:57:25 +01: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 android/example: add short name for the launcher 2015-10-26 10:13:08 +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
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.