当前位置: 首页 > 知识库问答 >
问题:

gradle发现版本错误[重复]

张智
2023-03-14

我收到此错误:

所有com.android.support库必须使用完全相同的versionspecification(混合版本会导致runtme崩溃)。找到版本27.1.1、26、1.0。示例包括com.android.support:animated-vector-drawable:27.1.1和android.supoirt:customTabs:26.1.0

android {
    compileSdkVersion 27
    defaultConfig {
        applicationId "com.social.uk"
        minSdkVersion 15
        targetSdkVersion 27
        versionCode 1
        versionName "1.0"
        testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
    }
    buildTypes {
        release {
            minifyEnabled false
            proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
        }
    }
}

dependencies {
    implementation fileTree(dir: 'libs', include: ['*.jar'])
    androidTestImplementation('com.android.support.test.espresso:espresso-core:2.2.2', {
        exclude group: 'com.android.support', module: 'support-annotations'
    })
    implementation 'com.android.support:appcompat-v7:27.1.1' // error here
    implementation 'com.android.volley:volley:1.0.0'
    testImplementation 'junit:junit:4.12'
    implementation 'com.android.support:recyclerview-v7:27.1.1'
    implementation 'com.android.support:cardview-v7:27.1.1'
    //compile 'com.google.android.gms:play-services-appindexing:9.8.0'
    implementation 'com.android.support:design:27.1.1'
    implementation 'com.squareup.picasso:picasso:2.5.2'
    implementation 'com.squareup.okhttp3:okhttp:3.7.0'
    implementation 'de.hdodenhof:circleimageview:2.1.0'
    implementation 'com.google.android.gms:play-services-ads:15.0.1'
    implementation 'com.anjlab.android.iab.v3:library:1.0.+'
}

共有1个答案

邢烨烨
2023-03-14

您的其他依赖项之一已在内部添加了com.android.support:customTabs:26.1.0。您只需包含更新版本com.android.support:customTabs:27.1.1即可覆盖。

 类似资料:
  • 更新的Android Studio。 下载的gradle。在PC的环境设置中更改了Gradle文件夹。 在Android Studio中,返回

  • 我试图运行一个分级,但我得到以下错误: 不管怎样,我都会得到一个错误。我对Gradle是新的,非常困惑。如果有人能给我点启示,我将不胜感激。

  • 如有任何帮助,我们将不胜感激。

  • 当我建立我的Xamarin Android应用程序在发布模式,我得到这个错误: /库/框架/单声道。framework/External/xbuild/Xamarin/Android/Xamarin。Android常见的目标:错误:执行任务链接程序集时出错:错误XA2006:引用元数据项“系统”。沃德·沙马林。形式。条目::从“MyApp,Version=1.0”设置_FontSize(Syste

  • 接口用作的超类。 分级文件:

  • 但仍然得到以下错误 错误:(1,1)评估项目“:App”时出现问题。无法应用插件[id“com.android.application”]需要Gradle版本2.10。当前版本为2.8。如果使用gradle包装,请尝试将/users/manishpathak/project/live/code/iccricketworldcup2015schedule/gradle/wrapper/gradle-