I am trying to build an apk using buildozer using pygame. Although buildozer is mainly used for kivy apps but think it should work using pygame also. But my apk created does not run on phone.
So are there some dependencies required to use pygame? Or should I use pygame_sdl2 (is pygame not for Android?) Or should I use pygame along with kivy? If that is the case, how can I do that?