heremaps / here-android-sdk-examples

Java-based projects using the HERE SDK for Android.
Apache License 2.0
145 stars 191 forks source link

java.lang.UnsupportedOperationException: GpsStatus APIs not supported, please use GnssStatus APIs instead #467

Closed mksantoki closed 2 years ago

mksantoki commented 2 years ago

Getting this error on below method

PositioningManager.getInstance() .start(PositioningManager.LocationMethod.GPS_NETWORK)

NazarKacharaba commented 2 years ago

This happened because application targetSdkVersion is set to 31. We added support for 31 API in the SDK 3.19 release, it should be publicly available by the end of October.

msayed-ow commented 1 year ago

this error still appeared on target sdk 33 and 32