Search found 2 matches

by phoenix13032005
Tue Mar 26, 2024 3:27 am
Forum: Ren'Py Questions and Announcements
Topic: [solved] JVM Exception occured: #008 Must be called on main ui, when calling a method from PythonSDLActivity.java
Replies: 1
Views: 835

Re: JavaException: JVM Exception occured: #008 Must be called on the main when calling a method from PythonSDLActivity.

I finally resolved all errors and it works as i intended. Just that it takes a bit of time to load so I have to push my textbutton once for the ad to load(takes 3-5 seconds as I can see from log cat) and once for the ad to show, I am thinking of cache-ing the ad when app starts and whenever an ad is...
by phoenix13032005
Mon Mar 18, 2024 2:29 am
Forum: Ren'Py Questions and Announcements
Topic: [solved] JVM Exception occured: #008 Must be called on main ui, when calling a method from PythonSDLActivity.java
Replies: 1
Views: 835

[solved] JVM Exception occured: #008 Must be called on main ui, when calling a method from PythonSDLActivity.java

Summary : First of all thanks to anyone who will even give time to read this long as hell post, I appreciate every bit of help :( To give a brief summary of what I have done : I made a textbutton which jumps to a label that calls a function to show a RewardedAd in-game on android. In the function I...