Skip to content

Commit 0f208e4

Browse files
committed
Added troubleshooting entry for java ver error
1 parent d04d470 commit 0f208e4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

doc/source/troubleshooting.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,3 +101,9 @@ directory contains a .buildozer directory that is not excluded from
101101
the build (e.g. if buildozer was previously used). Removing this
102102
directory should fix the problem, and is desirable anyway since you
103103
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

Comments
 (0)