rhino-android icon indicating copy to clipboard operation
rhino-android copied to clipboard

Allows to use rhino on android

Download Maven Central Javadocs

Rhino

Find information here - http://www.mozilla.org/rhino/

How to use

Import via gradle

compile 'com.faendir.rhino:rhino-android:1.6.0'

Then, instead of calling

Context.enter()

use

new RhinoAndroidHelper(...).enterContext()

An example project can be found here.

dx

This uses google's dx tool which can be found here - https://android.googlesource.com/platform/dalvik