GoogleCloudPlatform / gradle-appengine-templates

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

Registration isn't recognized in AsyncTask example. #59

Closed ItamarShDev closed 8 years ago

ItamarShDev commented 8 years ago

When trying to use the AsyncTask example, the Registration object is not recognized and Android Studio cant import it. Am I missing something? Using it with: minSdkVersion 17 targetSdkVersion 23

loosebazooka commented 8 years ago

Try doing a project build to trigger copying the client libraries? On Dec 24, 2015 11:35, "itamar sharify" notifications@github.com wrote:

When trying to use the AsyncTask example, the Registration object is not recognized and Android Studio cant import it. Am I missing something? Using it with: minSdkVersion 17 targetSdkVersion 23

— Reply to this email directly or view it on GitHub https://github.com/GoogleCloudPlatform/gradle-appengine-templates/issues/59 .

ItamarShDev commented 8 years ago

@loosebazooka Building the Project didn't help AS still throw error on Registration object "Cannot Resolve Symbol" Is there any substitution to this object? Maybe is deprecated? Can I use any other method?

ItamarShDev commented 8 years ago

FIXED thenks