Groups keyboard shortcuts have been updated
Dismiss
See shortcuts

How I use PyCharm, buildozer on Ubuntu WSL, Android Studio on one Windows 10 machine

411 views
Skip to first unread message

Michael Uhlenberg

unread,
Mar 20, 2020, 9:46:50 AM3/20/20
to Kivy users support
In the past weeks I developed an Android app with KivyMD, openpyxl, sqlite, email. First I used buildozer alone. When I realized that I needed extra functionality for file permissions, and an AndroidX FileProvider to attach a spreadsheet to an email, and could not find out how to do this with buildozer (as some other people here), I added Android Studio to my setup. My experience is now described in https://github.com/michaelu123/FPFLEGE2/blob/master/README.md . You may find this interesting if you develop under windows, though some points are also valid in a pure Linux environment. I wrote this article because I am not happy with the existing documentation, which, as so often, merely tells us do this and do that, instead of explaining how things work. I still do not know how things in buildozer work, or how Python runs on Android, but at least I could come around some problems mostly by trial and error.

Robert Flatt

unread,
Mar 20, 2020, 5:41:49 PM3/20/20
to Kivy users support
Thanks for expanding the documentation, I did not know about the book or about the Android trick.

FYI Buildozer is a wrapper around 'Python for Android'. The key technology in p4a is compiling Python to Java byte code rather than Python byte code; the rest is just details.
Reply all
Reply to author
Forward
0 new messages