Hi, I developed a navigation app with kivy using plyer.gps. Everything worked fine until my phone updated to Android 12.
The app doesn't crash, but I get no GPS positions now. Looking at the log, this seems to be the problem:
===== Python/java method missing ======
Python class:<plyer.platforms.android.gps._LocationListener object at 0xc79a7588>
Java method name:onLocationChanged
Signature: (Ljava/util/List;)V
=======================================
Traceback (most recent call last):
File "jnius/jnius_proxy.pxi", line 50, in jnius.jnius.PythonJavaClass.invoke
File "jnius/jnius_proxy.pxi", line 74, in jnius.jnius.PythonJavaClass._invoke
NotImplementedError: The method ('onLocationChanged', ('V', ('Ljava/util/List;',))) is not implemented
Any tips on how to fix this?
Thanks!