ArtemSBulgakov / buildozer-action

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

Unable to use buildozer-action #6

Closed thesparkvision closed 3 years ago

thesparkvision commented 3 years ago

Hi, I am new in the kivy deployment part. My system was not supporting .py to .apk conversion because of configuration issues. Today I found out about this github action. I am trying to use on a sample application but not able to perform it right. Is there any tutorial available for that or can you make a sample repository from which I can understand what all values to give to different parameters

ArtemSBulgakov commented 3 years ago

Hi. Sorry for my long response.

There is full workflow example in the Readme. It is ready to copy. You just need to update workdir.

This repository has workflow that builds test app. You can find workflow file here and buildozer.spec here.

Also there are links to known good examples with complex workflows.

I hope my answer will help you. Write comments if you have any questions.