我是一名网络开发人员,也是一名知识分子。我刚刚安装了android studio bundle,版本2.0。在捆绑版本中,它假设所有SDK都与android studio一起使用。但是当我启动程序时,它显示以下错误:
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
知道如何解决?
答案 0 :(得分:0)
并非所有Android SDK都包含在Android Studio安装中,只需1,尝试创建一个新项目并检查build.gradle
文件以查看您拥有的版本,然后相应地修改其他项目。
否则,只需单击控制台中显示gradle的install repository and sync project
蓝色链接即可。这将自动安装您需要的SDK。