I am trying to currently test python-for-android under cygwin.
I could get relatively far ( I do android sdk + ndk on this environment for a couple of years ),
however the default " c compiler path composition" fails on this setup.
To try to patch it in build.py, I uninstalled the repo version and tried to run the build chain with setup.py,
but still , I don't get how to run the checkout of the git repo without packaging it ?
( I wrote quite a bit of python but am completely lost regarding packaging )
Of course, I read the docs :)