Embed Python in Java on Android

Viewed 5101

By embed I mean execute Python code from String in Java.

Jython won't compile for Android, and Scripting Layer for Android doesn't seem to let me embed Python through my Java application.

So how to embed Python in a Java application on Android?

1 Answers
Related