Please never share screenshots of text anywhere unless you want to show additional information like colors or IDE annotations. Text in screenshots is hard to read, especially on mobile, very hard to copy, and practically impossible to search for.
Besides that, the version seems to be available in the Google repository and according to your message you have the Google repository as plugin repository, so it should work.
This usually hints at you needing to use some proxy and did not configure it or something similar, or maybe it was a temporary outage. Rerun the build and add --refresh-dependencies
to make sure Gradle does not remember the repo does not have it. If it still fails, also add --info
or --debug
to maybe get more info on what the request returned to maybe get a hint on what the problem is.
Ok,i can download it,and work in local?
Not so easy. You would probably need to download it and all is direct and transitive dependencies in the correct variants as Gradle would resolve them, and then use a flatDir
repository. Additionally probably some more configuration changes, especially when it is about plugins, for example resolution strategy in the settings script.
This is really not trivial and you should just get the download working properly.