ubipo / osmfocus

Open source tool for examining OpenStreetMap elements by moving around on a map.
Apache License 2.0
43 stars 5 forks source link

LocationListener.onStatusChanged AbstractMethodError #41

Closed ubipo closed 3 months ago

ubipo commented 2 years ago

Looks like the location API might have changed with a new SDK version.

Mystery to why the location API can't handle apps targeting a lower SDK level didn't catch this.

SDK version of reporter: 25

Stacktrace:

java.lang.AbstractMethodError: abstract method "void android.location.LocationListener.onStatusChanged(java.lang.String, int, android.os.Bundle)"
    at android.location.LocationManager$ListenerTransport._handleMessage(LocationManager.java:304)
    at android.location.LocationManager$ListenerTransport.-wrap0(LocationManager.java)
ubipo commented 3 months ago

Can't reproduce