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

要求:
familia:app:未指定
familia:app:未指定> com.android.support:appcompat-v7:23.3.0
familia:app:unspecified> com.android.support:design:23.3.0
familia:app:未指定> com.android.support:appcompat-v7:23.3.0> com.android.support:support-vector-drawable:23.3.0
familia:app:未指定> 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'

最佳答案

亲爱的,
我从android studio启动更新:
帮助->检查更新...
并安装了API级别23修订版3

然后,该项目将正常编译。

最好的祝福

关于android - 我尝试编译并生成项目,但是发生错误需要support-v4:23.4.0。库和Gradle无法自动安装?,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/37362113/

10-12 00:32