This question shows research effort; it is useful and clear
1
This question does not show any research effort; it is unclear or not useful
Bookmark this question.
Show activity on this post.
I would like to port my Java project to Android devices, the problem I am facing is, that I need javax.script library. So the question is:
Is it possible to import javax.script to an Android project? And if so, how can I do that?
If you are willing to port the entire javax.script package, and any other packages it depends on to Android and compile them as a library, then yes. Otherwise, no.