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.
-
ssec.wisc.edu/~tomw/visadtutor/compile.htmlrhowell– rhowell2020-02-19 20:22:12 +00:00Commented Feb 19, 2020 at 20:22
-
1Have you already give a look into this library: github.com/joaoventura/pybridgeEduMelo– EduMelo2020-02-19 20:56:25 +00:00Commented Feb 19, 2020 at 20:56
-
Does this answer your question? Calling python module from Javamikeb– mikeb2020-02-19 21:26:06 +00:00Commented Feb 19, 2020 at 21:26
-
I can't import python interpreter in android studio.Maha– Maha2020-02-20 09:44:23 +00:00Commented Feb 20, 2020 at 9:44
-
How can I use a specific python script in my native android app using pybridge.Maha– Maha2020-02-26 15:39:41 +00:00Commented Feb 26, 2020 at 15:39
Add a comment
|