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.
I'm using buildozer to build the application.
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.