Hi,
My live app is working on Android 9 and lower but has problems working on Android 10.
I'm using kivy==master and branch==developer in the buildozer spec. I borrowed an Android 10 phone and managed to obtain a log. I think it has something to do with set_rewarded_ad_listener() call.
Snippet of log below (full log attached):
03-21 19:05:30.982 18943 18977 I python : [INFO ] [KivMob ] __init__ called.
03-21 19:05:30.982 18943 18977 I python : [INFO ] [KivMob ] Android platform detected.
03-21 19:05:30.983 18943 18977 I python : [INFO ] [KivMob ] set_rewarded_ad_listener() called.
03-21 19:05:30.985 18943 18977 F onkeybuster204: indirect_reference_table.cc:60] JNI ERROR (app bug): accessed deleted Global 0x8a22
03-21 19:05:30.990 18943 18943 I onkeybuster204: The ClassLoaderContext is a special shared library.
03-21 19:05:30.992 18943 18943 I chatty : uid=10594(org.nikosgrikos.monkeybuster2048) identical 1 line
03-21 19:05:30.995 18943 18943 I onkeybuster204: The ClassLoaderContext is a special shared library.
03-21 19:05:31.055 18943 18977 F onkeybuster204: runtime.cc:630] Runtime aborting...
Any help would be appreciated
Nick