chaquo / chaquopy

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

Standalone Python executable #1298

Open 0cococ opened 4 days ago

0cococ commented 4 days ago

Can it be packaged into binary and run through adb instead of embedded in the app?

mhsmith commented 3 days ago

If by "it" you mean Python, then we currently only support it when embedded in an app.

There is a script at target/standalone_python.sh which used to do this, but: