0
Is it possible to release a python and pygame game on the Google playstore without android sdk
I have recently made a game with the pydroid3 ide and I want to release it for the Google playstore but my friends say that I have to use the android SDK to do it and you can't get the android SDK on pydroid3 and I don't have a computer I only have a samsung tablet so is there any way to release my game without it
2 ответов
+ 3
I don't think thats possible. You can check this:
https://stackoverflow.com/questions/23934370/pygame-on-android
If you want to publish mobile apps to playstore written in python, you should rather try Kivy or BeeWare, instead of pygame.
https://dbader.org/blog/python-mobile-development-kivy-vs-beeware
+ 1
Thanks I will try using beeware because I was using kivy buildozer to release the game and pygame to make the code for the game