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
I found it. It was because you've used Location.getElapsedRealtimeNanos() which requires api level 17 and also Location.isFromMockProvider() which requires api level 18.
Why do you used minSdkVersion=18?
I need 16 and it seems that your library works with api level 16.
The text was updated successfully, but these errors were encountered: