-2

Error:Could not find com.android.support:design:26.0.0. Required by: project :app

Please install the Android Support Repository from the Android SDK Manager. Open Android SDK Manager

1 Answers1

0

The Android Support Library dependencies are now available from Google's Maven repository at maven.google.com—instead of downloading from the Android SDK Manager.

Try following this instructions:

http://developer.android.com/studio/build/dependencies.html#google-maven

Angel Castelo
  • 596
  • 5
  • 12