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
Unfortunately, this is a bug with Python itself: https://bugs.python.org/issue12956. The "official" answer is that the Python devs don't care about spaces.
The only workaround is to not use a path with spaces.
buildozer can't handle whitespace in path.
command was
buildozer android debug deploy run
after removing whitespaces in the path to my working directory it works (or at least more than before).
thanks for your work!
Benni
The text was updated successfully, but these errors were encountered: