osmfocus icon indicating copy to clipboard operation
osmfocus copied to clipboard

LocationListener.onStatusChanged AbstractMethodError

Open ubipo opened this issue 3 years ago • 0 comments

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 avatar Jun 26 '22 18:06 ubipo