I am trying to implement the solution in link
Require to import these:
import com.google.android.gms.common.ConnectionResult;
import com.google.android.gms.common.GooglePlayServicesUtil;
import com.google.android.gms.common.GooglePlayServicesClient.ConnectionCallbacks;
import com.google.android.gms.common.GooglePlayServicesClient.OnConnectionFailedListener; import com.google.android.gms.location.ActivityRecognitionClient;
i cannot compile because eclipse does not recognize
"com.google.android.gms."......
Have also updated the SDK and the google API to the latest (4.3)
Still not able to import the package.