You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
natsuk4ze
changed the title
Cannot run on Android SDK 21 and 22
Can not run on Android SDK 21 and 22
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 warningsThe text was updated successfully, but these errors were encountered: