com.android.support:support-v4,找不到support-v4.jar(com.android.support:support-v4:24.0.0)

错误:配置项目':app'时出现问题 .

找不到support-v4.jar(com.android.support:support-v4:24.0.0) . 在以下位置搜索:https://jcenter.bintray.com/com/android/support/support-v4/24.0.0/support-v4-24.0.0.jar

我的SDK工具就像这张图片

2c852a0debbd2b3ba2f3d71d9cd531be.png

我的Gradle是

buildscript {

repositories {

maven { url 'https://maven.fabric.io/public' }

}

dependencies {

classpath 'io.fabric.tools:gradle:1.+'

}

}

apply plugin: 'com.android.application'

apply plugin: 'io.fabric'

repositories {

maven { url 'https://maven.fabric.io/public' }

}

android {

compileSdkVersion 24

buildToolsVersion "24"

dexOptions {

javaMaxHeapSize "4g" //specify the heap size for the dex process

preDexLibraries = false //delete the already predexed libraries

}

defaultConfig {

applicationId "com.lionvisionsits.kkasons"

minSdkVersion 19

targetSdkVersion 24

multiDexEnabled false

}

dependencies {

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

testCompile 'junit:junit:4.12'

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

compile('com.digits.sdk.android:digits:2.0.0@aar') {

transitive = true;

}

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

compile 'com.android.support:cardview-v7:24.0.0'

compile 'com.android.support:design:24.0.0'

compile 'com.android.support:recyclerview-v7:24.0.0'

compile 'org.jbundle.util.osgi.wrapped:org.jbundle.util.osgi.wrapped.org.apache.http.client:4.1.2'

compile 'com.android.support:multidex:1.0.1'

compile 'com.nostra13.universalimageloader:universal-image-loader:1.9.5'

compile 'com.google.code.gson:gson:2.4'

compile 'com.google.android.gms:play-services:9.4.0'

compile 'com.google.firebase:firebase-messaging:9.4.0'

compile 'ch.acra:acra:4.9.0'

compile 'com.github.bumptech.glide:glide:3.7.0'

compile 'me.relex:circleindicator:1.2.1@aar'

compile 'com.github.arimorty:floatingsearchview:2.0.3'

compile('com.digits.sdk.android:digits:2.0.0@aar') {

transitive = true;

}

compile 'com.android.support:support-v4:24.0.0'

}

apply plugin: 'com.google.gms.google-services'

谁能帮我?

更新到v24.2.1后,我在debug \ AndroidMenifest.xml

b2c29d59f189723c89fa39cf53c9a1ac.png

中收到此错误

谢谢你,杰伊

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值