Imported Project in Android Studio can't resolve ActivityRecognnitionClient

1.1k Views Asked by At

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?

1

There are 1 best solutions below

2
On BEST ANSWER

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