Android Question targetSdkVersion="33" and again "GpsStatus APIs not supported...."

peacemaker

Expert
Licensed User
Longtime User
Hi, All

If to set the latest targetSdkVersion="33" - GNSS lib again gives the error:
java.lang.UnsupportedOperationException: GpsStatus APIs not supported, please use GnssStatus APIs instead
at GNSS1.Start(0, 0).
If targetSdkVersion="30" - all works OK.

Any solution ?
 
Last edited:

agraham

Expert
Licensed User
Longtime User
Check the paragraph in bold at the end of the first post.
 
Upvote 0
Top