You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 :)
The text was updated successfully, but these errors were encountered:
Afaik, cygwin, or basically any Windows-only support isn't available. Only with Ubuntu/Win10 subsystem. Then there's #994 which should work, but has some bugs related to the final app.
ok, thanks for the pointer . I know it is not supported , but I am not afraid to mess around.
My question was more : when you test the build chain ( as a python script that has dependency on modules )
How do you run it ? What is the normal "testing" workflow ?
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 :)
The text was updated successfully, but these errors were encountered: