Reputation: 756
I'm following a tutorial and I've pulled the google gms git repository. I'm getting an error "cannot resolve symbol android" when I import
import com.google.android.gms.common.ConnectionResult;
import com.google.android.gms.common.GooglePlayServicesUtil;
import com.google.android.gms.gcm.GoogleCloudMessaging;
I have updated google play services. Here's my gradle -
...
compile 'com.google.android.gms:play-services-gcm:8.4.0'
}
Where am I going wrong??
Upvotes: 1
Views: 997
Reputation: 1020
Try This code. It's very simple and easy steps.
Hope it works for you.
Upvotes: 1