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 noticed that Python for Android is giving this error when calling posixpath.join:
I/python (32288): Traceback (most recent call last):
I/python (32288): File "/home/davideddu/karaokivy/.buildozer/android/app/main.py", line 631, in
I/python (32288): File "/home/davideddu/karaokivy/.buildozer/android/app/main.py", line 137, in check_env
I/python (32288): File "/home/davideddu/karaokivy/.buildozer/android/platform/python-for-android/build/python-install/lib/python2.7/posixpath.py", line 68, in join
I/python (32288): AttributeError: 'java.io.File' object has no attribute 'endswith'
I think it's a problem inside Py4A, but I'm not sure.
Closing as this issue relates to the old toolchain which is no longer supported. Please open a new issue if you experience this problem with the current master branch.
I noticed that Python for Android is giving this error when calling posixpath.join:
I think it's a problem inside Py4A, but I'm not sure.
I'm using buildozer to build the application.
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: