gpt4 book ai didi

android - 类android支持v4打印助手已经添加到输出中

转载 作者:行者123 更新时间:2023-12-03 06:19:35 24 4
gpt4 key购买 nike

我刚刚用新的gradle版本将我的android studio更新到了最新版本,运行我的应用程序给我一个错误类android support v4已经被添加到输出中,不知道出了什么问题我检查是否有 jar 重复的或重复的库找不到任何东西。这是我的app:build.gradle

enter code here

apply plugin: 'com.android.application'

android {
compileSdkVersion 21
buildToolsVersion '21.1.1'
lintOptions
{
checkReleaseBuilds false
//abortOnError true
}
defaultConfig {
applicationId "package name"
minSdkVersion 14
targetSdkVersion 21
versionCode 1
versionName "1.0"
}
buildTypes
{
release {
minifyEnabled true
proguardFile getDefaultProguardFile('proguard-android.txt')
}
}
dexOptions {
preDexLibraries = false
incremental true
}

}

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile project('Libraries:UniversalImageLoader')
compile project('Libraries:facebook')
compile project('Libraries:pull-to-refresh')
compile files('Libraries/gcm.jar')
compile files('Libraries/quickblox-android-sdk-chat-2.0.jar')
compile files('Libraries/quickblox-android-sdk-core-2.0.jar')
compile files('Libraries/quickblox-android-sdk-messages-2.0.jar')
compile 'com.google.android.gms:play-services:6.1.71'
compile 'com.google.maps.android:android-maps-utils:0.3'
compile 'com.squareup.picasso:picasso:2.4.0'
compile "com.android.support:appcompat-v7:21.0.2"
}

我拿了这个
编译'com.android.support:support-v4:21.0.2'
我以为它已经包含在appcompat-v7中,但是它还没有解决我的问题

最佳答案

我将Android Studio版本降级为0.8.6,“重复副本”错误消失了。

这不是一个完美的解决方案,但就目前和我而言,这是目前唯一的解决方案。

关于android - 类android支持v4打印助手已经添加到输出中,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27346568/

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