Reputation: 1
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
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:
Also, get the source code
form here:
https://github.com/ajaycs14/Google-Cloud-App
Upvotes: 1