错误:找不到com.android.support:support-v4:23.4.0。
要求:familia:app:un期家庭:app> com.android.support:appcompat-v7:23.3.0 familia:app:un期>com.android.Support:设计:23.3.0 familia:app:Un期> com.android.support:appcompat-v7:23.3.0 > com.android.support:support-vector-drawable:23.3.0 familia:app:un期> com.android.support:design:23.3.0 >com.android.Support:recyclerview v7:23.3.0
我在Android上尝试了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' 发布于 2016-05-21 14:46:04
亲爱的,我从android启动更新:帮助->检查更新.和已安装的API级别23版本3
然后,该项目将按正常方式编译。
诚挚的问候
发布于 2016-06-19 21:45:28
我也有类似的问题,上面的建议对我没有用。我所做的是运行清洁和重新运行‘应用’。该选项可以在运行->清洁和重新运行“应用程序”下找到。
https://stackoverflow.com/questions/37362113
复制相似问题