I am moving my App Engine Connected Android Project
from Eclipse to Android Studio. It all worked on Eclipse of course. But Gradle isn't finding my gcm
files. I pulled the appropriate dependency as
compile "com.google.android.gms:play-services:3.1.+"
But my imports are still not found
import com.google.android.gcm.GCMBaseIntentService;
import com.google.android.gcm.GCMRegistrar;
Is there a new way of doing Notifications, is that why my code is not working?