3

I have an object detection code in python, I want to use the o/p of this code in my android studio project to create an app. For this I want to create a .jar file of this python script. But I can't seem to find the right steps to make the .jar file and add it to android studio. I'm using jython on windows to create the .jar file. If there are other ways I can integrate this python code with java, please list them.

5
  • ssec.wisc.edu/~tomw/visadtutor/compile.html Commented Feb 19, 2020 at 20:22
  • 1
    Have you already give a look into this library: github.com/joaoventura/pybridge Commented Feb 19, 2020 at 20:56
  • Does this answer your question? Calling python module from Java Commented Feb 19, 2020 at 21:26
  • I can't import python interpreter in android studio. Commented Feb 20, 2020 at 9:44
  • How can I use a specific python script in my native android app using pybridge. Commented Feb 26, 2020 at 15:39

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.