Page 1 of 1

Issue Java to renpy

Posted: Tue Feb 07, 2017 3:03 am
by Meg'
Hi!

I've released a new game two weeks ago on Google Play and a user recently got a bug. It seems Java cannot find org.renpy.android.PythonSDLActivity.

Here is the error:

Code: Select all

java.lang.NoClassDefFoundError: org.renpy.android.PythonSDLActivity$1
   at org.renpy.android.PythonSDLActivity.setupMainWindowDisplayMode(PythonSDLActivity.java:99)
   at org.renpy.android.PythonSDLActivity.onResume(PythonSDLActivity.java:140)
   at android.app.Instrumentation.callActivityOnResume(Instrumentation.java:1150)
   at android.app.Activity.performResume(Activity.java:3832)
   at android.app.ActivityThread.performResumeActivity(ActivityThread.java:2114)
   at android.app.ActivityThread.handleResumeActivity(ActivityThread.java:2139)
   at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:1672)
   at android.app.ActivityThread.access$1500(ActivityThread.java:117)
   at android.app.ActivityThread$H.handleMessage(ActivityThread.java:935)
   at android.os.Handler.dispatchMessage(Handler.java:99)
   at android.os.Looper.loop(Looper.java:130)
   at android.app.ActivityThread.main(ActivityThread.java:3687)
   at java.lang.reflect.Method.invokeNative(Native Method)
   at java.lang.reflect.Method.invoke(Method.java:507)
   at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:842)
   at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:600)
   at dalvik.system.NativeStart.main(Native Method)
The device is: Galaxy Player 5 (YP-G70)

The android version: Android 2.3.3 - 2.3.7

Any idea how to solve this?

I also asked for help here.

Thanks!

Re: Issue Java to renpy

Posted: Tue Feb 07, 2017 3:15 pm
by PyTom
I'm not sure what the issue is here. It's possible that the device is too old to run Ren'Py, or has some other problem. It seems unlikely to be a problem with Ren'Py, since then the problem would be happening everywhere.

Android 2.3.7 came out in 2010, so this isn't a particularly modern system.