Open mingovia opened 5 months ago
Gradle failed '_BuildScript_' Unsupported class file major version 65
I think 65 is Java 21, and the Buildozer install instructions https://buildozer.readthedocs.io/en/latest/installation.html say Java 17.
This is just a random drive by comment, not official Buildozer support.
I have the same problem, how did you solve it?
I never got this resolved. I ended up switching to Android Studio.
On Fri, Aug 23, 2024 at 2:27 AM Ben @.***> wrote:
I have the same problem, how did you solve it?
— Reply to this email directly, view it on GitHub https://github.com/kivy/buildozer/issues/1832#issuecomment-2306681615, or unsubscribe https://github.com/notifications/unsubscribe-auth/AFZSSZOQKGAOGUSBVV47EETZS36ADAVCNFSM6AAAAABJ2MSFX2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMBWGY4DCNRRGU . You are receiving this because you authored the thread.Message ID: @.***>
🎉 Exciting News! 🎉
I'm thrilled to announce that my APK build process for the SAMPLE-KIVYMD-APP repository has been successfully completed on GitHub! 🚀
It took some frustrating build failures but still I managed to succeed.
After resolving several challenges, my GitHub Actions workflow now reliably builds the APK for my KivyMD application, thanks to the latest updates and optimizations. This achievement marks a significant milestone for my project, bringing us one step closer to delivering an enhanced mobile experience.
🔧 Key Highlights:
For more details, you can check out the repository here. I am looking forward to your feedback.
Stay tuned for more updates and happy coding!
Versions
Description
I am trying to build the .apk for a simple kivy application. The application runs correctly on my laptop, when run as a python program. But buildozer fails, and I don't see in any of the output files exactly how it failed.
buildozer.spec
Command:
Spec file:
Logs