ArtemSBulgakov / buildozer-action

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

Fix buildozer deployment #37

Closed Sobottasgithub closed 4 months ago

Sobottasgithub commented 4 months ago

When using buildozer-action as github action, two errors occured: ERROR: /github/workspace/MonalMobileCrashAnalyzer_Deploy/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build/python3 failed! and > Failed to apply plugin 'com.android.internal.application'. > Android Gradle plugin requires Java 17 to run. You are currently using Java 13. To fix that Cython and the newest java version was added.

ArtemSBulgakov commented 4 months ago

Hello. Thanks for your pull request!

As I can see in the Dockerfile of base image kivy/buildozer, they already use openjdk-17-jdk package (link). But their image on Dockerhub hasn't been updated for 3 years.

I can accept your PR, but it seems to me that the code of action should be also updated. I don't have enough time to return to this project, so contributions are welcome.