python-for-android
python-for-android copied to clipboard
OpenJDK 11 incompatibility beacuse of Gradle 8.x / cannot build apk on WSL v1
Downgrade gradle-8.0.2 to gradle-7.6.2 and gradle:8.1.1 to gradle:7.4.2 to keep JDK 11 compatibility
Is this still required?
- https://gradle.org/releases
Yes. To be able to build using Java 11, which is required for successfull build on WSL v1. Details: https://github.com/kivy/python-for-android/issues/3000
Yes. To be able to build using Java 11, which is required for successfull build on WSL v1. Details: #3000
Even with version 17?
Yes. To be able to build using Java 11, which is required for successfull build on WSL v1. Details: #3000
Even with version 17?
Java 11 is the last one able to build using Buildozer on WSL v1.
Lot's of reasons for continuing to use WSL1...
- https://learn.microsoft.com/en-us/windows/wsl/compare-versions#exceptions-for-using-wsl-1-rather-than-wsl-2
- https://github.com/microsoft/WSL/discussions/4022