Could not find com.android.support:appcompat-v7:22.2.0

在新建一個app項目的時候。R文件報錯。android

clean一下 提示的錯誤信息Error:Failed to find: com.android.support:appcompat-v7:21.app

                                          Install Repository and sync projectOpen FileOpen in Project Structure dialoggradle

 

1. 找到指定位置 :build.gradle / dependencies      compile 'com.android.support:appcompat-v7:23.1.1'ui

 

2. 接下來打開sdk manager ci

    build-tools 我都下載了。it

    我們看最後一個Extras下的如提示。在那個目錄下的com.android.support:appcompat-v7版本 file

   修改sdk

    dependencies {下載

    compile fileTree(include: ['*.jar'], dir: 'libs')項目

    compile 'com.android.support:appcompat-v7:21.0.1'

    下的版本信息相同就好。而後clean一下。大功告成

相關文章
相關標籤/搜索