I made a game and trying to make it on android but it’s been 3 hours trying to fix the error help
Seems like you have installed the Android SDK on a drive with spaces. You need to have the android in a location, as well as the project in on a disk without any spaces. For instance: C:\programs\I Am Cool\mygame.proj
will fail, meanwhile C:\programs\IAmCool\mygame.proj
should work.