org.gradle.api.internet.artifacts.ivyservice.ModuleVersionNotfoundException: Could not find any version that matches

  • What went wrong: A problem occurred configuring root project ‘DEV’. > Could not resolve all dependencies for configuration ‘:classpath’.

    Could not find any version that matches com.android.tools.build:gradle:0.+.

Required by:

: DEV:unspecified

Could not find any version taht matches spde.build: sdl-pack:19.+.

Required by:

: DEV: unspecified

Caused by: org.gradle.api.internet.artifacts.ivyservice.ModuleVersionNotfoundException: Could not find any version that matches com.android.tools.build:gradle:0.+.

In my build, it always show this error message.

And someone told me the URL site in init.gradle is wrong. But his system is windows, but mine is Linux. thus I can’t resolve this issue by changing URL site as he told me.

Is any body who know how to deal with it? Thank you.

the gradle used is version 1.11