Search code examples
androidandroid-studiogoogle-play-servicesactivity-recognition

Imported Project in Android Studio can't resolve ActivityRecognnitionClient


I imported a project from Eclipse to Android Studio. It uses Activity Recognition and Location Services. Now, this Android Studio project can resolve :

1) GooglePlayServicesClient(com.google.android.gms.common.GooglePlayServicesClient) and even

2) DetectedActivity(com.google.android.gms.location.DetectedActivity)

but can't resolve ActivityRecognitionClient(com.google.android.gms.location.ActivityRecognitionClient).

What might be the issue?


Solution

  • I think you are not including Google play services in your project structure properly. go to your project structure and Import the latest maven for google play services