Skip to content Skip to sidebar Skip to footer

Buildozer Android Debug Deploy Run Not Running Anything

I'm following some tutorial online on pushing kivy files to an android phone. The command: buildozer android debug deploy run finishes successfully without any errors, everything

Solution 1:

buildozer android debug deploy run actually works as intended on my Kivy 2.0.0/buildozer 1.2.0 install, while buildozer android debug logcat deploy run just runs logcat without deploying or running anything.

Anyway, this "alternative" approach to the problem works as well if you don't want to rely completely on buildozer.

Post a Comment for "Buildozer Android Debug Deploy Run Not Running Anything"