GoogleCloudPlatform / gradle-appengine-templates

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

Tag Mismatch #88

Closed abhilash1in closed 7 years ago

abhilash1in commented 7 years ago

I get the following error after adding an App Engine Java Endpoints Module on Android Studio 2.3

Error:Could not resolve all files for configuration ':backend:appengineSdk'. Could not download appengine-java-sdk.zip (com.google.appengine:appengine-java-sdk:1.9.42) Could not get resource 'https://jcenter.bintray.com/com/google/appengine/appengine-java-sdk/1.9.42/appengine-java-sdk-1.9.42.zip'. Could not GET 'https://jcenter.bintray.com/com/google/appengine/appengine-java-sdk/1.9.42/appengine-java-sdk-1.9.42.zip'. Tag mismatch!`

Note: I am connected to the Internet. I can browse in a regular fashion.

aya-salama1989 commented 7 years ago

I am facing the same issue, found any solutions yet?

xshalan commented 7 years ago

Anyone have a solution for this issue ?!

loosebazooka commented 7 years ago

Perhaps try a different version of the sdk 1.9.54 is the latest. I haven't seen this error.

xshalan commented 7 years ago

How to install it manually or what the path of it ?!

ardanees-jatali commented 7 years ago

this issue is due to the network setting. Change your ISP in other words try to connect to other network and try.

patflynn commented 7 years ago

those download links work for me.

patflynn commented 7 years ago

as an alternative you can try downloading from: https://cloud.google.com/appengine/docs/standard/java/download

and configuring APPENGINE_HOME env variable or the system property appengine.sdk.root to point to wherever you installed the sdk.

Magedsaad commented 6 years ago

last comment is solved this issue