CLIPS
- Download CLIPSJNI source code from Source Forge and build an Android library project from the source code.
- Export the library project to CLIPSJNI.jar.
- Create a dummy Android project and create a JNI directory under your project directory.
- Copy all source (*.c) and header (*.h) files from CLIPS to JNI directory. ...