I am trying to build an android app using buildozer. On my windows 10 device, I am running python 3.9.6, and I've installed buildozer version 1.2.0 and kivy version 2.0.0.
Problem is that when I press buildozer init
in my folder NewApp
, there is no bin folder or .buildozer folder created there. It just creates a buildozer.spec file. Now that I wish to access buildozer templates, I am having trouble finding them since there is no folder named .buildozer in the root folder NewApp
.