Android Studio:无法解析:com.android.support:appcompat-v7:21.0.1 和 com.android.support:design:21.0.1
Android Studio: Failed to resolve: com.android.support:appcompat-v7:21.0.1 and com.android.support:design:21.0.1
我收到以下错误:
Failed to resolve: com.android.support:appcompat-v7:21.0.1
Failed to resolve: com.android.support:design:21.0.1
我尝试单击 安装存储库和同步项目 for appcompat,在完成安装和重新同步后,此错误再次出现。现在,当我点击 Install Repository and sync project for appcompat or design 时,没有任何反应。
我检查了其他问题和答案,包括无效 Caches/Restart、检查拼写错误、未检查离线工作,但 none 对我有用。
我的 android 工作室版本是 2.2.3。
build.gradle 文件的屏幕截图:
SDK 管理器的屏幕截图:
试试这个:
compile 'com.android.support:appcompat-v7:23.4.0'
compile 'com.android.support:design:23.4.0'
或最新使用:
compile 'com.android.support:appcompat-v7:25.1.0'
compile 'com.android.support:design:25.1.0'
我收到以下错误:
Failed to resolve: com.android.support:appcompat-v7:21.0.1
Failed to resolve: com.android.support:design:21.0.1
我尝试单击 安装存储库和同步项目 for appcompat,在完成安装和重新同步后,此错误再次出现。现在,当我点击 Install Repository and sync project for appcompat or design 时,没有任何反应。
我检查了其他问题和答案,包括无效 Caches/Restart、检查拼写错误、未检查离线工作,但 none 对我有用。
我的 android 工作室版本是 2.2.3。
build.gradle 文件的屏幕截图:
SDK 管理器的屏幕截图:
试试这个:
compile 'com.android.support:appcompat-v7:23.4.0'
compile 'com.android.support:design:23.4.0'
或最新使用:
compile 'com.android.support:appcompat-v7:25.1.0'
compile 'com.android.support:design:25.1.0'