• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

LocationResult ok but currentLocation null

umtblbl

Member
GmqMbb.png



I'm trying to get a position. However, the value currentLocation is also null. Anybody have a suggestion?
 
GmqMbb.png
I'm trying to get a position. However, the value currentLocation is also null. Anybody have a suggestion?

Have you added location permissions to your manifest?

Code:
<uses-permission android:name="android.permission.ACESS_COARSE_LOCATION />
<uses-permission android:name="android.permission.ACESS_FINE_LOCATION />
 
Back
Top Bottom