Home > Back-end >  Kivy App working on pc but not in android
Kivy App working on pc but not in android

Time:01-26

I have made an apk by converting .py kivy with the help of buidozer in google colab. The earlier versions were working but now latest version is not working.

May be there is a problem in my .spec file so I am attaching it ...

At first I think my assest(images) are causing this problem but after removing them too it's not working.

I have done some research and got this buildozer -v android debug deploy run logcat but I don't know how to execute and use this command....

.spec file link : [1]: https://i.stack.imgur.com/y8bCE.png

I have debugged your code and found missing PIL

  •  Tags:  
  • Related