We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 764b59e + 2b522bb commit 37dc89fCopy full SHA for 37dc89f
1 file changed
doc/source/troubleshooting.rst
@@ -153,6 +153,13 @@ Exception in thread "main" java.lang.UnsupportedClassVersionError: com/android/d
153
This occurs due to a java version mismatch, it should be fixed by
154
installing Java 8 (e.g. the openjdk-8-jdk package on Ubuntu).
155
156
+java.lang.NoClassDefFoundError: sun/misc/BASE64Encoder
157
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158
+
159
+Also make sure you're running Java 8, on OS X::
160
161
+ brew cask install java8
162
163
JNI DETECTED ERROR IN APPLICATION: static jfieldID 0x0000000 not valid for class java.lang.Class<org.renpy.android.PythonActivity>
164
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
165
0 commit comments