0

im a web developer and newbe to android. I just installed android studio bundle, version 2.0. In a bundle version, it supposed that all SDKs be with android studio. But when I start the program it shows the following errors:

Error:(23, 13) Failed to resolve: com.android.support:appcompat-v7:23.0.1
Install Repository and sync project
Show in File
Show in Project Structure dialog

Error:(24, 13) Failed to resolve: com.android.support:design:23.0.1
Install Repository and sync project
Show in File
Show in Project Structure dialog

Any idea how to fix?

1 Answers1

0

Not all android SDKs are included with the Android Studio installation, just 1, try making a new project and check the build.gradle file to see which version you have and then modify your other project accordingly.

Otherwise just click the install repository and sync project blue link that gradle is showing in the console. That will automatically install the SDK you need.

Hugo sama
  • 899
  • 1
  • 9
  • 19