gpt4 book ai didi

android - 未在路径 : DexPathList 上找到类 "android.support.v7.internal.widget.TintManager"

转载 作者:塔克拉玛干 更新时间:2023-11-02 07:52:48 25 4
gpt4 key购买 nike

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

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

我在应用程序中使用了很多第三方库。这会导致这个问题吗?

Gradle 文件:

   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'
}
}

最佳答案

升级到 Android Studio 2.0 后我遇到了同样的问题。我更新了不是最新的依赖项,现在它运行良好。

通过交叉引用我们的 gradle 文件,我相信您需要更新您的设计支持库:

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

关于android - 未在路径 : DexPathList 上找到类 "android.support.v7.internal.widget.TintManager",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34046525/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com