Is it possible to release a python and pygame game on the Google playstore without android sdk | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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

20th Aug 2020, 3:52 PM
Nicolas okiokpa
Nicolas okiokpa - avatar
2 Answers
+ 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
20th Aug 2020, 7:40 PM
Tibor Santa
Tibor Santa - avatar
+ 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
20th Aug 2020, 8:04 PM
Nicolas okiokpa
Nicolas okiokpa - avatar