I try creating app with python kivy framework and try buildozer -v android debug at first I use java11 and get so many errors so I swtich to java8 and it work at first but then I get this
[DEBUG]: * What went wrong:
[DEBUG]: A problem occurred evaluating root project 'neuralrandomapp'.
[DEBUG]: > Failed to apply plugin 'com.android.internal.application'.
[DEBUG]: > Android Gradle plugin requires Java 11 to run. You are currently using Java 1.8.
[DEBUG]: You can try some of the following options:
[DEBUG]: - changing the IDE settings.
[DEBUG]: - changing the JAVA_HOME environment variable.
[DEBUG]: - changing org.gradle.java.home
in gradle.properties
.
[DEBUG]:
I tried switching bact to java11 but the error still occurs like I have at first Error: Could not find or load main class java.se.ee
I work on Ubuntu enter image description hereenter image description here