buildozer
buildozer copied to clipboard
buildozer does not allow app names with (non-ascii?) unicode characters
Issue reported at https://groups.google.com/forum/#!topic/kivy-users/6hdUVwS9ekg - apparently it is present with the latest buildozer, and both python2 and python3.
i have made main.py and android.txt file. and it is running in kivy launcher. but i want to make my own app ...help
These two related issues should be considered at the same time: #439. #377
This may have been fixed as a side-effect of moving the ConfigParser code out into specparser.py
- it is now opened as a utf-8
file, so the first step would be to try to reproduce.