0

错误:找不到 com.android.support:support-v4:23.4.0。

要求: familia:app:unspecified familia:app:unspecified > com.android.support:appcompat-v7:23.3.0 familia:app:unspecified > com.android.support:design:23.3.0 familia:app:unspecified > com.android.support:appcompat-v7:23.3.0 > com.android.support:support-vector-drawable:23.3.0 familia:app:unspecified > com.android.support:design:23.3.0 > com.android .support:recyclerview-v7:23.3.0

我在 Android Studio 上尝试了 Gradle 自动同步,但没有成功

添加了以下依赖项:

 compile 'com.android.support:appcompat-v7:23.3.0'
    compile 'com.android.support:design:23.3.0'
    compile 'com.squareup.retrofit2:retrofit:2.0.0-beta4'
    compile 'com.squareup.retrofit2:converter-gson:2.0.0-beta4'
    compile 'com.github.zzz40500:AndroidSweetSheet:1.1.0'
    compile 'com.github.ksoichiro:android-observablescrollview:1.5.0'
    compile 'com.googlecode.android-query:android-query:0.25.9'
    compile 'com.facebook.android:facebook-android-sdk:4.+'
    compile 'com.android.support:support-v4:23.3.0'
    compile 'com.baoyz.pullrefreshlayout:library:1.2.0'
    compile 'com.victor:lib:1.0.4' 
4

2 回答 2

2

亲爱的,我从 android studio 启动更新:Help -> Check for Update... And Installed API level 23 Revision 3

然后项目正常编译。

此致

于 2016-05-21T14:46:04.760 回答
1

我遇到了类似的问题,上面的建议对我不起作用。我所做的是运行 Clean and Rerun'app'。该选项可以在 Run -> Clean and Rerun'app' 下找到。

于 2016-06-19T21:45:28.850 回答