Skip to content

Commit 421cab2

Browse files
committed
Added org.renpy.android.PythonActivity reference error
1 parent c45bd81 commit 421cab2

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

doc/source/troubleshooting.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,3 +152,11 @@ Exception in thread "main" java.lang.UnsupportedClassVersionError: com/android/d
152152

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).
155+
156+
JNI DETECTED ERROR IN APPLICATION: static jfieldID 0x0000000 not valid for class java.lang.Class<org.renpy.android.PythonActivity>
157+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
158+
159+
This error appears in the logcat log if you try to access
160+
``org.renpy.android.PythonActivity`` from within the new toolchain. To
161+
fix it, change your code to reference
162+
``org.kivy.android.PythonActivity`` instead.

0 commit comments

Comments
 (0)