indygreg / PyOxidizer

A modern Python application packaging and distribution tool
Mozilla Public License 2.0
5.44k stars 235 forks source link

Android distribution & general Android support #705

Open theCapypara opened 1 year ago

theCapypara commented 1 year ago

There doesn't seem to be any support for Android yet, but I'd need that.

I'd be willing to give adding support for it a go, is there a list of things that'd need to be done for that?

theCapypara commented 1 year ago

Looking a bit more into it, I see that I should probably have opened this issue at https://github.com/indygreg/python-build-standalone - my apologies! I'll leave it open here, as I'm not sure if providing a distribution would be enough. I'll experiment with it and see how it go.

theCapypara commented 1 year ago

I got a distribution built, however without https://github.com/indygreg/PyOxidizer/issues/95 it's pretty much impossible to actually build anything with PyOxidizer for Android, since there is no practical way to compile for Android without cross compilation.

LockedThread commented 6 months ago

I am also interested in this.