How to include a java class in my project, how to call it from python, and how to build an android project #2202
Unanswered
alencina-faa
asked this question in
Q&A
Replies: 1 comment 1 reply
-
You can add the Java classes to your project using the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm developing an Android app and want to use some local Java classes by reading them from Python code.
I saw that packages like Pype or Pyjnius exist, but they include binary code and can't be easily compiled in Wheel.
Then I remembered that Briefcase uses Chaquopy to translate Python into Java code, so I asked:
Is there a way to include Java classes in the project and call them from Python code without using other packages, which would allow me to develop an Android app?
Beta Was this translation helpful? Give feedback.
All reactions