8000 Troubleshooting NoClassDefFoundError BASE64Encoder · crylearner/python-for-android@2b522bb · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit 2b522bb

Browse files
committed
Troubleshooting NoClassDefFoundError BASE64Encoder
Refs kivy/buildozer#639
1 parent 764b59e commit 2b522bb

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

doc/source/troubleshooting.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,13 @@ Exception in thread "main" java.lang.UnsupportedClassVersionError: com/android/d
153153
This occurs due to a java version mismatch, it should be fixed by
154154
installing Java 8 (e.g. the openjdk-8-jdk package on Ubuntu).
155155

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+
156163
JNI DETECTED ERROR IN APPLICATION: static jfieldID 0x0000000 not valid for class java.lang.Class<org.renpy.android.PythonActivity>
157164
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158165

0 commit comments

Comments
 (0)
0