buildozer-action icon indicating copy to clipboard operation
buildozer-action copied to clipboard

GitHub Action to build your Python application with Buildozer

Results 21 buildozer-action issues
Sort by recently updated
recently updated
newest added

I've noticed that your actions are being used by many projects, Thank you. I wonder if possible to make a version for Gitlab so we can use gitlab runners to...

This appears to be broken since the latest buildozer release. ``` Error compiling Cython file: ------------------------------------------------------------ ... cdef dict __Pyx_globals = globals() if PY_VERSION_HEX >= 0x03040000: # create new IntEnum()...

### Versions * Python: 3.8.5 * OS: ubuntu-latest github actions * Buildozer: ArtemSBulgakov/buildozer-action@v1 ### Description Build an Android App that uses sqlalchemy to connect to a mysql database using pymysql...

Newer version of buildozer is available. Please take a look 😸

i have provided every proper info in buildozer.spec and stored everything where main.py and .spec file is...including .kv, .ttf(markup),.gif but gives logcat error. i was running .kv within the main.py...

@ArtemSBulgakov We are learning Kivy and building the apk using `buildozer-action` but the `apk` file is really huge(**~15MB**) for a small app like [this one](https://github.com/elijahmanda/hellocodi). Any pointers to building smaller...

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...

When trying to build a app which uses `pandas` gives following error Log: ``` STDOUT: autoreconf: Entering directory `.' autoreconf: running: autopoint --force Can't exec "autopoint": No such file or...