我试图编译和构建项目,但发生错误需要支持-v4:23.4.0。库和 Gradle 自动安装失败?
I tried to compile and build the project , but an error occur requires support-v4:23.4.0. library and Gradle failed to install automatically?
错误:找不到 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:设计: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'
亲爱的,
我从 android studio 启动更新:
帮助 -> 检查更新...
并安装了 API 级别 23 修订版 3
然后项目正常编译。
此致
我遇到了类似的问题,上面的建议对我不起作用。我所做的是 运行 Clean and Re运行'app'。该选项可以在 运行 -> Clean and Re运行'app'.
下找到
错误:找不到 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:设计: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'
亲爱的, 我从 android studio 启动更新: 帮助 -> 检查更新... 并安装了 API 级别 23 修订版 3
然后项目正常编译。
此致
我遇到了类似的问题,上面的建议对我不起作用。我所做的是 运行 Clean and Re运行'app'。该选项可以在 运行 -> Clean and Re运行'app'.
下找到