© Chinmoy Mukherjee 2018
Chinmoy MukherjeeBuild Android-Based Smart Applicationshttps://doi.org/10.1007/978-1-4842-3327-6_2

2. Steps to Port Rules Engines

Chinmoy Mukherjee
(1)
Bangalore, Karnataka, India
 
This chapter will cover how to port major rules engines in android platform.

CLIPS

Android-ndk and Eclipse Helios were used to port CLIPS into Android. It is better to use a Linux machine for porting. Here are the steps to port CLIPS into Android:
  • 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. ...

Get Build Android-Based Smart Applications: Using Rules Engines, NLP and Automation Frameworks now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.