Parag Jain
Parag Jain

Reputation: 11

Google App Engine: Could not resolve dependencies for configuration: appengineSDK

Error:

Could not resolve all dependencies for configuration ':backendContactDatabase:appengineSdk'. Could not download artifact 'appengine-java-sdk.zip (com.google.appengine:appengine-java-sdk:1.9.18)' Could not GET 'https://jcenter.bintray.com/com/google/appengine/appengine-java-sdk/1.9.18/appengine-java-sdk-1.9.18.zip'. jcenter.bintray.com

I have externally downloaded the 'appengine-java-sdk-1.9.18.zip' file. Help me out with step-wise changes to be made now (Ex: Which folder to paste this zip file to, Changes to be made in any gradle file etc..) to get my app up and running.

Upvotes: 1

Views: 585

Answers (1)

loosebazooka
loosebazooka

Reputation: 2433

Perhaps the download timedout when getting from jcenter (it's not a small download). If you want to manually configure your appengine SDK -> How to manually install App Engine in Android Studio?

Upvotes: 1

Related Questions