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'm trying to run a python3 app on android device. I think this issue is related to python versioning (unicode feature of python3 vs python2) and dont know if it is a Buildozer or Crystax issue. I have packaged it in the VM downloaded from Kivy website, following the installations instructions for python3 support on the readme of Buildozer's github page. The apk from a "hello world" app works fine.
It fails when I try to load a kv file thru the Builder.load_file method, raising a UnicodeDecodeError.
I'm trying to run a python3 app on android device. I think this issue is related to python versioning (unicode feature of python3 vs python2) and dont know if it is a Buildozer or Crystax issue. I have packaged it in the VM downloaded from Kivy website, following the installations instructions for python3 support on the readme of Buildozer's github page. The apk from a "hello world" app works fine.
It fails when I try to load a kv file thru the Builder.load_file method, raising a UnicodeDecodeError.
Here is the logcat "python:" ":S"
logfile.txt
Here is the buildozer.spec
buildozer.spec.txt
The text was updated successfully, but these errors were encountered: