so yeah basically that's my issue, i have been following this link http://developer.android.com/training/location/retrieve-current.html
and it seems that eclipse won't identify the LocationClient class and it doesn't even ask me to import it, of course i implemented the GooglePlayServicesClient.ConnectionCallbacks and GooglePlayServicesClient.OnConnectionFailedListener and my activity extends FragmentActivity
Am i missing something ??
Also i found out the the overridden onConnected() method has no parameters, i've seen examples from all over and everywhere i see it says onConnected(Bundle bundle) but mine just refuses to have parameters. Any help is appreciated guys, thnQ very much