Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 #687

Closed
RanjithKumarS2002 opened this issue Jun 25, 2022 · 1 comment

Comments

@RanjithKumarS2002
Copy link

RanjithKumarS2002 commented Jun 25, 2022

After updating to Android 12, plyer throws this error. Can't access Location

===== Python/java method missing ======
Python class:<plyer.platforms.android.gps._LocationListener object at 0x7a5a0b9700>
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

@foobarbecue
Copy link

Duplicate of #505 and #657

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants