Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Could not resolve com.android.support:design:27.0.3

I can't build a project with Android 27 as target SDK and 27.0.3 as buildToolsVersion.

My Android studio version is 3.0.1 and I also have google() in my repositories in project's buid.gradle.

I get this error:

 > Could not resolve com.android.support:design:27.0.3.
> Failed to download SHA1 for resource 'https://maven.google.com/com/android/support/design/27.0.3/design-27.0.3.pom'.
      > For input string: "<!"
like image 307
Mostafa Avatar asked Jan 20 '18 09:01

Mostafa


1 Answers

Because of there isn't 27.0.3, you can use 27.0.1,27.0.2,27.1.0 instead. You can check the valid revision on here.

like image 184
Jacks Gong Avatar answered Nov 11 '22 00:11

Jacks Gong