I am trying to implement a solution in a link
The following data is required to be imported:
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."......
Also updated SDK and Google API to the latest version (4.3)
Still unable to import the package.
java android sdk google-api importerror
ofir_aghai
source share