We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d04d470 commit 0f208e4Copy full SHA for 0f208e4
doc/source/troubleshooting.rst
@@ -101,3 +101,9 @@ directory contains a .buildozer directory that is not excluded from
101
the build (e.g. if buildozer was previously used). Removing this
102
directory should fix the problem, and is desirable anyway since you
103
don't want it in the APK.
104
+
105
+Exception in thread "main" java.lang.UnsupportedClassVersionError: com/android/dx/command/Main : Unsupported major.minor version 52.0
106
+-------------------------------------------------------------------------------------------------------------------------------------
107
108
+This occurs due to a java version mismatch, it should be fixed by
109
+intalling Java 8 (e.g. the openjdk-8-jdk package on Ubuntu).
0 commit comments