Skip to content
Advertisement

service restart with buildozer cant find class?

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:

JavaScript

this is a my kv file:

JavaScript

and this is my service.py same folder as main.py:

JavaScript

this is the buildozer.spec

JavaScript

and i have this output from buildozer android debug deploy run logcat i have cleaned modified versions and did a lot of things but same thing i dont know what i am missing

JavaScript

Advertisement

Answer

I fixed some lines and cleaned my buildozer:

this is the complete working version of my buildozer.spec:

JavaScript

this is main.py:

JavaScript

and this service.py:

JavaScript

and this is the cat after adb logcat -s Worker:

JavaScript
User contributions licensed under: CC BY-SA
2 People found this is helpful
Advertisement