Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Standalone Python executable #1298

Closed
topcoco opened this issue Nov 26, 2024 · 1 comment
Closed

Standalone Python executable #1298

topcoco opened this issue Nov 26, 2024 · 1 comment

Comments

@topcoco
Copy link

topcoco commented Nov 26, 2024

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

@mhsmith
Copy link
Member

mhsmith commented Nov 26, 2024

We currently only support Python in embedded mode within an app.

There is a script at target/standalone_python.sh which used to build standalone Python executables, but:

  • It won't be compatible with our current Python build process.
  • Even if you did build an executable, security restrictions on newer versions of Android would make it difficult to run (#605).

@mhsmith mhsmith changed the title Binary operation Standalone Python executable Nov 26, 2024
@mhsmith mhsmith closed this as completed Dec 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants