android v7 路径,没有在路径上找到类“android.support.v7.internal.widget.TintManager”:DexPathList...

我已经将支持库更新到版本23.0.1,并开始收到此错误.

没有在路径上找到类“android.support.v7.internal.widget.TintManager”:DexPathList.

我在应用程序中使用了许多第三方库.这是否会导致此问题?

毕业文件:

apply plugin: 'com.android.application'

repositories {

mavenCentral()

maven { url 'http://maven.stickerpipe.com/artifactory/stickerfactory' }

}

android {

compileSdkVersion 23

buildToolsVersion '23.0.1'

defaultConfig {

applicationId "xxxxxxxxx"

minSdkVersion 16

targetSdkVersion 22

versionCode 1

versionName "1.0"

multiDexEnabled true

}

buildTypes {

release {

minifyEnabled true

proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'

}

}

packagingOptions {

exclude 'META-INF/LICENSE'

exclude 'META-INF/LICENSE-FIREBASE.txt'

exclude 'META-INF/NOTICE'

}

dexOptions {

incremental true

javaMaxHeapSize "4g"

}

}

dependencies {

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

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

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

compile 'de.hdodenhof:circleimageview:1.2.1'

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

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

compile 'com.journeyapps:zxing-android-embedded:3.0.1@aar'

compile 'com.google.zxing:core:3.2.0'

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

compile 'com.squareup.picasso:picasso:2.4.0'

compile 'com.squareup.okhttp:okhttp-urlconnection:2.2.0'

compile('com.github.ganfra:material-spinner:1.1.0') {

exclude group: 'com.android.support', module: 'appcompat-v7'

}

compile 'com.cesarferreira.colorize:library:0.2.1'

compile 'com.instabug.library:instabugsupport:1+'

compile('vc908.stickers:stickerfactory:0.2.2@aar') {

transitive = true;

}

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

compile('com.mixpanel.android:mixpanel-android:4.6.4')

{

exclude group: 'com.android.support', module: 'appcompat-v7'

}

}

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值