I am having problems enabling javax.script. *; in an Android project. I need this, so I can use the eval function in JavaScript to efficiently parse arithmetic functions without creating the parser itself (I have absolutely no experience with this and not much time on my hands).
Is it possible to use JavaScript or the eval function or something similar in my Android app?
Thanks for any information you can give me.
source share