buildozer-action
buildozer-action copied to clipboard
GitHub Action to build your Python application with Buildozer
It seems if there were a docker image with all the python for android dependencies already installed, that things could be accelerated immensely
So, it doesn't work anymore AS IS ;-( is there plan to fix that ? or is there working forks ? thanks in advance
As stated in #9 I cloned this project and tried to execute it (build the app) after exchanging the line: - name: Build with Buildozer uses: ./master # REPLACE WITH...
I got this error, but I don't know how to instal aidl, can anyone help me? Traceback: # Aidl not found, please install it. Traceback (most recent call last): File...
Hi, Thanks for creating this awesome action. I was wondering if it was possible to add support for python `3.9` - `3.11`
I try to build it shows these error : 1) Build for Android The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2....
After running buildozer it shows apk is saved in bin folder but no bin folder is present and I can't find the apk file. Where is it saved?
When i try to run the example workflow i get this error: `Error: Specified workdir is not exists.` Workflow file: ```yaml name: Build on: workflow_dispatch jobs: # Build job. Builds...