chaquo / chaquopy

Chaquopy: the Python SDK for Android
https://chaquo.com/chaquopy/
MIT License
856 stars 132 forks source link

Using Chaquopy without android #1301

Open Kingnaoufal opened 2 days ago

Kingnaoufal commented 2 days ago

Hi,

I wonder if it's possible to use Chaquopy in a regular Java application using Maven ?

Thanks, NB

mhsmith commented 2 days ago

We don't officially release or support Chaquopy for any platform other than Android. However, it is possible to build it for the development machine's own platform using the following Gradle tasks in the product project:

In theory this should work on Linux, Mac and Windows, but since I currently develop on a Mac, that's the only one I regularly test. Linux in particular has one known problem (#1201).