Skip to content Skip to sidebar Skip to footer

Mlocationclient Cannot Be Resolved

I have a problem using the Google Play location services. I was trying to follow http://developer.android.com/training/location/retrieve-current.html more or less. However Eclipse

Solution 1:

Close and reopen your project.

Clean and rebuild your project.

Make sure you've added the correct imports to your activity class.

Make sure you have private LocationClient mLocationClient; defined in your activity.

Post a Comment for "Mlocationclient Cannot Be Resolved"