'Kivy App working on pc but not in android

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 : https://github.com/AyushRaj0305/APP/blob/main/.spec

All I want is that my apk should work in android

Thanks for Help



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source