Naman Parakh
Naman Parakh

Reputation: 1

Appengine Sdk for android studio

I wish to use GCM for my project, so I followed the standard google docs and added the App engine backend with GCM. It starts the gradle sync which downloads the appengine sdk from jcenter.bintray.com/com/google/appengine/appengine-java-sdk/1.9.14/appengine-java-sdk-1.9.14.zip which is taking large time to even start downloading. So I downloaded the appengine sdk externally. I followed this link. But still was unable to figure out from the solutions. I am new to android so can you please guide me. I am using Android Studio 1.1.0.

Upvotes: 0

Views: 648

Answers (1)

bjiang
bjiang

Reputation: 6078

I think to get start with Appengine in Android Studio, you can check out with this: https://www.youtube.com/watch?v=EzGgdyZIsMk

For note, you can check out this:

https://ajaycs14.wordpress.com/2014/12/27/google-app-engine-backends-with-andriod-client-step-by-step-tutorial/

Also, get the source code form here:

https://github.com/ajaycs14/Google-Cloud-App

Upvotes: 1

Related Questions