Do i need to import kivy builder everytime i use a .kv file?
0
Im using the kivy python module to make an android app and i was wondering, if i have a main.py and a main2.kv do i need to have presentation = Builder.load_file("ClientApp.kv") class ClientApp(App): def build(self): return presentation some where in my code. Because my current problem after packing the program to an apk is that as soon as i try to open the app it immediately closes
python python-3.x
share | improve this question
asked Dec 26 '18 at 3:10
littleman27 littleman27
8 7
...