i have tried many solutions and followed many guides but i cant get it to work i have a minimal code example here. this is my main.py: this is a my kv file: and this is my service.py same folder as main.py: this is the buildozer.spec and i have this output from buildozer android debug deploy run logcat i have
Tag: buildozer
Kivy-Buildozer Android Packaging not working (‘buildozer’ is not recognized as an internal or external command, operable program or batch file.)
I did not find any solutions for this on the internet. I am trying to create the Android apk file from my Kivy-Python file on Windows 10. I followed the standard documentation (e.g. this one or this one). I installed buildozer using the Pycharm IDE environment. I open the command box from the path adress bar of the folder with
How do I create an apk file from kivy with github
Is there a way to convert a kivy file to apk on github. I have been looking around online and there seems to be possible but I am not sure how to do it. If someone could help me I would be very thankfull because I cannot find a way to convert my kivy file to apk. I have tried
Kivy buildozer apk created but crashes on android
I’m working on an app, and my code works perfectly. I was also able to make the apk. But when I ran it, it didn’t work properly. My app uses pygsheets, so I thought that the reason might be some missing requirement, but I’m not sure what it is. Please help. Link to log is here. I’m not very sure