GoogleCloudPlatform / gradle-appengine-templates

Freemarker based templates that build with the gradle-appengine-plugin
438 stars 205 forks source link

Problem after including GcmRegistrationAsyncTask class #53

Closed palsoft333 closed 9 years ago

palsoft333 commented 9 years ago

Hi, I'm pretty new to Android Studio and Android develpoing, but I was going by this step-by-step tutorial and stucked at copypasting the GcmRegistrationAsyncTask class into the MainActivity. What did i do wrong? Should I add some dependecies outside those created automaticaly by the script?

Thank you very much! screenshot

loosebazooka commented 9 years ago

You probably need to import all those classes. Android Studio/Intellij should auto suggest those for you.

palsoft333 commented 9 years ago

Thanks, found out how finally :)