Converts your kivy app into an APK to install in android.
- fork my repo (click the fork button)
- upload your main.py to the forked repo (python file MUST BE NAMED "main.py") otherwise, you will get an error
- Cancel, and delete the first workflow run under the actions tab
- remember to modify/change lines 4, 7, 10, 16, 40, 47, 50, 54, 77, 98, 104(IF NEEDED), and 286
- go to the actions tab
- click on the only action (there should be only 1)
- click on "Build"
- wait untill the green check comes near the word "build"
- click on "summary"
- click on "package"
- download the zip file
- extract the zip file
- you should get your apk!!!!!!!!
- (If you would also like an .aab file, UNCOMMENT line 308, in the buildozer.spec file)
- (IF YOU GET AN ERROR DURING THE ACTION, DONT HESATATE TO POST AN ISSUE!!!!!!!!)
THANK YOU TO NOVFENSEC FOR THE BUILD.YML FILE