I have recently been making a game on pydroid 3 with pygame and I am trying to turn it into a game you can download and play as an apk or exe file A YouTube video told me that I had to use pyinstaller to turn it into an a game that people can download so I tried pip installing it but it said
Failed to build wheel for pyinstaller
After that I tried pip3 installing pyinstaller but it said the same thing after that I tried using the pip function that comes with the app but it said
Looking in indexes:http://repo.local Error:PyInstaller does not support Android yet
And the only device I have to program is an android tablet and all the other Ide's i've tried don't support pygame so I don't really know what to do