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

Can not run on Android SDK 21 and 22 #8

Closed
natsuk4ze opened this issue Mar 28, 2024 · 0 comments · Fixed by #9
Closed

Can not run on Android SDK 21 and 22 #8

natsuk4ze opened this issue Mar 28, 2024 · 0 comments · Fixed by #9

Comments

@natsuk4ze
Copy link
Owner

natsuk4ze commented Mar 28, 2024

Under Android SDK 21 and 22, LocationListener.onStatusChanged must be overridden. However, this is deprecated in SDK 29, so consider using LocationListenerCompat or minsdk 23.

A. Upgrade minSdk to 23
B. LocationListener.onStatusChanged ignoring deprecation warnings

@natsuk4ze natsuk4ze changed the title Cannot run on Android SDK 21 and 22 Can not run on Android SDK 21 and 22 Mar 28, 2024
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

Successfully merging a pull request may close this issue.

1 participant