ArtemSBulgakov / buildozer-action

GitHub Action to build your Python application with Buildozer
MIT License
73 stars 71 forks source link

How to use #9

Open James46113 opened 3 years ago

James46113 commented 3 years ago

I am a complete novice in making android apps. I have made a simple kivy script, but I have no way to turn it into an apk. Please provide some in-depth explanation of what I actually have to do to make my .py into an .apk. Thanks

RaSan147 commented 2 years ago

@James46113 i'll recommand you to clone this repository. make your own kivy project. put 'em in the test folder (of your cloned repo). then run the workflow (google how github workflow works). thus you can customize your workflow (if needed like i had to). finally a artifact file will be created and placed in the workflow section. thats your .apk *learned 'em just now. so mistakes may happen. same noob as you