divyesh
divyesh

Reputation: 322

Unable to download appengine sdk inside Android Studio

As per this tutorial, I tried adding app engine module in my android application on android studio. But when the project sync starts up, it starts downloading app-engine sdk which is taking infinite time to download

Also after a very long time, sync failed and unable to download errors come up


Error:Could not resolve all dependencies for configuration ':backend:appengineSdk'. Could not download artifact 'appengine-java-sdk.zip (com.google.appengine:appengine-java-sdk:1.9.14)' Failed to download resource 'https://jcenter.bintray.com/com/google/appengine/appengine-java-sdk/1.9.14/appengine-java-sdk-1.9.14.zip'. Connection reset


I tried downloading it externally too, using the same link, but there too it was taking an infinite time.

Can someone please enlighten me what the problem might be and what all steps should I take to solve the problem?

P.S. I have a decent internet connection. I tried downloading some other material and there was no problem with it.

Upvotes: 3

Views: 899

Answers (1)

loosebazooka
loosebazooka

Reputation: 2423

Yeah it's a pretty big download. There are instructions here : How to manually install App Engine in Android Studio?

on how to link to a downloaded appengine sdk.

Upvotes: 2

Related Questions