I was hoping to find something in the Android sdk similar to the javax.script package in Java; but haven\'t been able to find anything. Am I missing a way to e
Rhino is a port of JavaScript that is implemented in Java. It can run on Android with minor tweaks. You can find the code for it as part of the SL4A project.