Не удается найти версию «androidx.arch», «androidx.room» и т. д

У меня возникает следующая проблема при попытке создать приложение для Android. Я наткнулся на сообщение Android о форсировании или использовании стратегии разрешения зависимостей вручную. Это, похоже, не решает проблему.

Похожая проблема была задана: Аналогичный вопрос о переполнении стека.

Также была открыта проблема: Трекер проблем по похожей проблеме.

* What went wrong:
Execution failed for task ':app:lintVitalSunmiRelease'.
> Could not resolve all artifacts for configuration ':data:debugAndroidTestRuntimeClasspath'.
   > Could not resolve androidx.arch.core:core-runtime:2.0.1-alpha01.
     Required by:
         project :data
      > Cannot find a version of 'androidx.arch.core:core-runtime' that satisfies the version constraints: 
           Dependency path 'shopperapp:data:unspecified' --> 'androidx.room:room-testing:2.1.0-alpha06' --> 'androidx.arch.core:core-runtime:2.0.1'
           Dependency path 'shopperapp:data:unspecified' --> 'androidx.lifecycle:lifecycle-extensions:2.1.0-alpha03' --> 'androidx.arch.core:core-runtime:2.0.1-alpha01'
           Dependency path 'shopperapp:data:unspecified' --> 'androidx.room:room-rxjava2:2.0.0-rc01' --> 'androidx.arch.core:core-runtime:2.0.0-rc01'
           Dependency path 'shopperapp:data:unspecified' --> 'androidx.room:room-runtime:2.1.0-alpha06' --> 'androidx.arch.core:core-runtime:2.0.1'
           Dependency path 'shopperapp:data:unspecified' --> 'androidx.room:room-testing:2.1.0-alpha06' --> 'androidx.room:room-runtime:2.1.0-alpha06' --> 'androidx.arch.core:core-runtime:2.0.1'
           Dependency path 'shopperapp:data:unspecified' --> 'androidx.lifecycle:lifecycle-extensions:2.1.0-alpha03' --> 'androidx.lifecycle:lifecycle-livedata:2.1.0-alpha03' --> 'androidx.arch.core:core-runtime:2.0.1-alpha01'
           Dependency path 'shopperapp:data:unspecified' --> 'androidx.lifecycle:lifecycle-extensions:2.1.0-alpha03' --> 'androidx.lifecycle:lifecycle-livedata:2.1.0-alpha03' --> 'androidx.lifecycle:lifecycle-livedata-core:2.1.0-alpha03' --> 'androidx.arch.core:core-runtime:2.0.1-alpha01'
           Constraint path 'shopperapp:data:unspecified' --> 'androidx.arch.core:core-runtime' strictly '2.0.1-alpha01' because of the following reason: debugRuntimeClasspath uses version 2.0.1-alpha01
           Constraint path 'shopperapp:data:unspecified' --> 'androidx.arch.core:core-runtime' strictly '2.0.1-alpha01' because of the following reason: debugRuntimeClasspath uses version 2.0.1-alpha01
           Constraint path 'shopperapp:data:unspecified' --> 'androidx.arch.core:core-runtime' strictly '2.0.1-alpha01' because of the following reason: debugRuntimeClasspath uses version 2.0.1-alpha01

   > Could not resolve androidx.room:room-runtime:2.0.0-rc01.
     Required by:
         project :data
      > Cannot find a version of 'androidx.room:room-runtime' that satisfies the version constraints: 
           Dependency path 'shopperapp:data:unspecified' --> 'androidx.room:room-runtime:2.0.0-rc01' because of the following reason: ENABLE_JETIFIER is enabled
           Constraint path 'shopperapp:data:unspecified' --> 'androidx.room:room-runtime' strictly '2.0.0-rc01' because of the following reason: debugRuntimeClasspath uses version 2.0.0-rc01
           Dependency path 'shopperapp:data:unspecified' --> 'androidx.room:room-runtime:2.0.0-rc01' because of the following reason: ENABLE_JETIFIER is enabled
           Constraint path 'shopperapp:data:unspecified' --> 'androidx.room:room-runtime' strictly '2.0.0-rc01' because of the following reason: debugRuntimeClasspath uses version 2.0.0-rc01
           Dependency path 'shopperapp:data:unspecified' --> 'androidx.room:room-runtime:2.0.0-rc01' because of the following reason: ENABLE_JETIFIER is enabled
           Constraint path 'shopperapp:data:unspecified' --> 'androidx.room:room-runtime' strictly '2.0.0-rc01' because of the following reason: debugRuntimeClasspath uses version 2.0.0-rc01
           Dependency path 'shopperapp:data:unspecified' --> 'androidx.room:room-runtime:2.0.0-rc01' because of the following reason: ENABLE_JETIFIER is enabled
           Constraint path 'shopperapp:data:unspecified' --> 'androidx.room:room-runtime' strictly '2.0.0-rc01' because of the following reason: debugRuntimeClasspath uses version 2.0.0-rc01
           Dependency path 'shopperapp:data:unspecified' --> 'androidx.room:room-runtime:2.0.0-rc01' because of the following reason: ENABLE_JETIFIER is enabled
           Dependency path 'shopperapp:data:unspecified' --> 'androidx.room:room-testing:2.1.0-alpha06' --> 'androidx.room:room-runtime:2.1.0-alpha06'
           Dependency path 'shopperapp:data:unspecified' --> 'androidx.room:room-rxjava2:2.0.0-rc01' --> 'androidx.room:room-runtime:2.0.0-rc01'    

   > Could not resolve androidx.sqlite:sqlite:2.0.0-rc01.
     Required by:
         project :data
      > Cannot find a version of 'androidx.sqlite:sqlite' that satisfies the version constraints: 
           Dependency path 'shopperapp:data:unspecified' --> 'androidx.room:room-testing:2.1.0-alpha06' --> 'androidx.sqlite:sqlite:2.0.1'
           Dependency path 'shopperapp:data:unspecified' --> 'androidx.room:room-runtime:2.1.0-alpha06' --> 'androidx.sqlite:sqlite:2.0.1'
           Dependency path 'shopperapp:data:unspecified' --> 'androidx.room:room-testing:2.1.0-alpha06' --> 'androidx.room:room-runtime:2.1.0-alpha06' --> 'androidx.sqlite:sqlite:2.0.1'
           Dependency path 'shopperapp:data:unspecified' --> 'androidx.room:room-testing:2.1.0-alpha06' --> 'androidx.sqlite:sqlite-framework:2.0.1' --> 'androidx.sqlite:sqlite:2.0.1'
           Constraint path 'shopperapp:data:unspecified' --> 'androidx.sqlite:sqlite' strictly '2.0.0-rc01' because of the following reason: debugRuntimeClasspath uses version 2.0.0-rc01
           Constraint path 'shopperapp:data:unspecified' --> 'androidx.sqlite:sqlite' strictly '2.0.0-rc01' because of the following reason: debugRuntimeClasspath uses version 2.0.0-rc01
           Constraint path 'shopperapp:data:unspecified' --> 'androidx.sqlite:sqlite' strictly '2.0.0-rc01' because of the following reason: debugRuntimeClasspath uses version 2.0.0-rc01

   > Could not resolve android.arch.persistence.room:runtime:1.1.1.
     Required by:
         project :data
      > Cannot find a version of 'androidx.room:room-runtime' that satisfies the version constraints: 
           Dependency path 'shopperapp:data:unspecified' --> 'androidx.room:room-runtime:2.0.0-rc01' because of the following reason: ENABLE_JETIFIER is enabled
           Constraint path 'shopperapp:data:unspecified' --> 'androidx.room:room-runtime' strictly '2.0.0-rc01' because of the following reason: debugRuntimeClasspath uses version 2.0.0-rc01
           Dependency path 'shopperapp:data:unspecified' --> 'androidx.room:room-runtime:2.0.0-rc01' because of the following reason: ENABLE_JETIFIER is enabled
           Constraint path 'shopperapp:data:unspecified' --> 'androidx.room:room-runtime' strictly '2.0.0-rc01' because of the following reason: debugRuntimeClasspath uses version 2.0.0-rc01
           Dependency path 'shopperapp:data:unspecified' --> 'androidx.room:room-runtime:2.0.0-rc01' because of the following reason: ENABLE_JETIFIER is enabled
           Constraint path 'shopperapp:data:unspecified' --> 'androidx.room:room-runtime' strictly '2.0.0-rc01' because of the following reason: debugRuntimeClasspath uses version 2.0.0-rc01
           Dependency path 'shopperapp:data:unspecified' --> 'androidx.room:room-runtime:2.0.0-rc01' because of the following reason: ENABLE_JETIFIER is enabled
           Constraint path 'shopperapp:data:unspecified' --> 'androidx.room:room-runtime' strictly '2.0.0-rc01' because of the following reason: debugRuntimeClasspath uses version 2.0.0-rc01
           Dependency path 'shopperapp:data:unspecified' --> 'androidx.room:room-runtime:2.0.0-rc01' because of the following reason: ENABLE_JETIFIER is enabled
           Dependency path 'shopperapp:data:unspecified' --> 'androidx.room:room-testing:2.1.0-alpha06' --> 'androidx.room:room-runtime:2.1.0-alpha06'
           Dependency path 'shopperapp:data:unspecified' --> 'androidx.room:room-rxjava2:2.0.0-rc01' --> 'androidx.room:room-runtime:2.0.0-rc01'

   > Could not resolve androidx.room:room-common:2.1.0-alpha06.
     Required by:
         project :data > androidx.room:room-testing:2.1.0-alpha06
         project :data > androidx.room:room-runtime:2.1.0-alpha06
         project :data > androidx.room:room-testing:2.1.0-alpha06 > androidx.room:room-migration:2.1.0-alpha06
      > Cannot find a version of 'androidx.room:room-common' that satisfies the version constraints: 
           Dependency path 'shopperapp:data:unspecified' --> 'androidx.room:room-testing:2.1.0-alpha06' --> 'androidx.room:room-common:2.1.0-alpha06'
           Dependency path 'shopperapp:data:unspecified' --> 'androidx.room:room-rxjava2:2.0.0-rc01' --> 'androidx.room:room-common:2.0.0-rc01'
           Dependency path 'shopperapp:data:unspecified' --> 'androidx.room:room-runtime:2.1.0-alpha06' --> 'androidx.room:room-common:2.1.0-alpha06'
           Dependency path 'shopperapp:data:unspecified' --> 'androidx.room:room-testing:2.1.0-alpha06' --> 'androidx.room:room-runtime:2.1.0-alpha06' --> 'androidx.room:room-common:2.1.0-alpha06'
           Dependency path 'shopperapp:data:unspecified' --> 'androidx.room:room-testing:2.1.0-alpha06' --> 'androidx.room:room-migration:2.1.0-alpha06' --> 'androidx.room:room-common:2.1.0-alpha06'
           Constraint path 'shopperapp:data:unspecified' --> 'androidx.room:room-common' strictly '2.0.0-rc01' because of the following reason: debugRuntimeClasspath uses version 2.0.0-rc01
           Constraint path 'shopperapp:data:unspecified' --> 'androidx.room:room-common' strictly '2.0.0-rc01' because of the following reason: debugRuntimeClasspath uses version 2.0.0-rc01
           Constraint path 'shopperapp:data:unspecified' --> 'androidx.room:room-common' strictly '2.0.0-rc01' because of the following reason: debugRuntimeClasspath uses version 2.0.0-rc01

   > Could not resolve androidx.room:room-runtime:2.1.0-alpha06.
     Required by:
         project :data > androidx.room:room-testing:2.1.0-alpha06
      > Cannot find a version of 'androidx.room:room-runtime' that satisfies the version constraints: 
           Dependency path 'shopperapp:data:unspecified' --> 'androidx.room:room-runtime:2.0.0-rc01' because of the following reason: ENABLE_JETIFIER is enabled
           Constraint path 'shopperapp:data:unspecified' --> 'androidx.room:room-runtime' strictly '2.0.0-rc01' because of the following reason: debugRuntimeClasspath uses version 2.0.0-rc01
           Dependency path 'shopperapp:data:unspecified' --> 'androidx.room:room-runtime:2.0.0-rc01' because of the following reason: ENABLE_JETIFIER is enabled
           Constraint path 'shopperapp:data:unspecified' --> 'androidx.room:room-runtime' strictly '2.0.0-rc01' because of the following reason: debugRuntimeClasspath uses version 2.0.0-rc01
           Dependency path 'shopperapp:data:unspecified' --> 'androidx.room:room-runtime:2.0.0-rc01' because of the following reason: ENABLE_JETIFIER is enabled
           Constraint path 'shopperapp:data:unspecified' --> 'androidx.room:room-runtime' strictly '2.0.0-rc01' because of the following reason: debugRuntimeClasspath uses version 2.0.0-rc01
           Dependency path 'shopperapp:data:unspecified' --> 'androidx.room:room-runtime:2.0.0-rc01' because of the following reason: ENABLE_JETIFIER is enabled
           Constraint path 'shopperapp:data:unspecified' --> 'androidx.room:room-runtime' strictly '2.0.0-rc01' because of the following reason: debugRuntimeClasspath uses version 2.0.0-rc01
           Dependency path 'shopperapp:data:unspecified' --> 'androidx.room:room-runtime:2.0.0-rc01' because of the following reason: ENABLE_JETIFIER is enabled
           Dependency path 'shopperapp:data:unspecified' --> 'androidx.room:room-testing:2.1.0-alpha06' --> 'androidx.room:room-runtime:2.1.0-alpha06'
           Dependency path 'shopperapp:data:unspecified' --> 'androidx.room:room-rxjava2:2.0.0-rc01' --> 'androidx.room:room-runtime:2.0.0-rc01'    

   > Could not resolve androidx.arch.core:core-runtime:2.0.1.
     Required by:
         project :data > androidx.room:room-testing:2.1.0-alpha06
         project :data > androidx.room:room-runtime:2.1.0-alpha06
      > Cannot find a version of 'androidx.arch.core:core-runtime' that satisfies the version constraints: 
           Dependency path 'shopperapp:data:unspecified' --> 'androidx.room:room-testing:2.1.0-alpha06' --> 'androidx.arch.core:core-runtime:2.0.1'
           Dependency path 'shopperapp:data:unspecified' --> 'androidx.lifecycle:lifecycle-extensions:2.1.0-alpha03' --> 'androidx.arch.core:core-runtime:2.0.1-alpha01'
           Dependency path 'shopperapp:data:unspecified' --> 'androidx.room:room-rxjava2:2.0.0-rc01' --> 'androidx.arch.core:core-runtime:2.0.0-rc01'
           Dependency path 'shopperapp:data:unspecified' --> 'androidx.room:room-runtime:2.1.0-alpha06' --> 'androidx.arch.core:core-runtime:2.0.1'
           Dependency path 'shopperapp:data:unspecified' --> 'androidx.room:room-testing:2.1.0-alpha06' --> 'androidx.room:room-runtime:2.1.0-alpha06' --> 'androidx.arch.core:core-runtime:2.0.1'
           Dependency path 'shopperapp:data:unspecified' --> 'androidx.lifecycle:lifecycle-extensions:2.1.0-alpha03' --> 'androidx.lifecycle:lifecycle-livedata:2.1.0-alpha03' --> 'androidx.arch.core:core-runtime:2.0.1-alpha01'
           Dependency path 'shopperapp:data:unspecified' --> 'androidx.lifecycle:lifecycle-extensions:2.1.0-alpha03' --> 'androidx.lifecycle:lifecycle-livedata:2.1.0-alpha03' --> 'androidx.lifecycle:lifecycle-livedata-core:2.1.0-alpha03' --> 'androidx.arch.core:core-runtime:2.0.1-alpha01'
           Constraint path 'shopperapp:data:unspecified' --> 'androidx.arch.core:core-runtime' strictly '2.0.1-alpha01' because of the following reason: debugRuntimeClasspath uses version 2.0.1-alpha01
           Constraint path 'shopperapp:data:unspecified' --> 'androidx.arch.core:core-runtime' strictly '2.0.1-alpha01' because of the following reason: debugRuntimeClasspath uses version 2.0.1-alpha01
           Constraint path 'shopperapp:data:unspecified' --> 'androidx.arch.core:core-runtime' strictly '2.0.1-alpha01' because of the following reason: debugRuntimeClasspath uses version 2.0.1-alpha01

   > Could not resolve androidx.arch.core:core-runtime:2.0.1-alpha01.
     Required by:
         project :data > androidx.lifecycle:lifecycle-extensions:2.1.0-alpha03
         project :data > androidx.lifecycle:lifecycle-livedata:2.1.0-alpha03
         project :data > androidx.lifecycle:lifecycle-livedata-core:2.1.0-alpha03
      > Cannot find a version of 'androidx.arch.core:core-runtime' that satisfies the version constraints: 
           Dependency path 'shopperapp:data:unspecified' --> 'androidx.room:room-testing:2.1.0-alpha06' --> 'androidx.arch.core:core-runtime:2.0.1'
           Dependency path 'shopperapp:data:unspecified' --> 'androidx.lifecycle:lifecycle-extensions:2.1.0-alpha03' --> 'androidx.arch.core:core-runtime:2.0.1-alpha01'
           Dependency path 'shopperapp:data:unspecified' --> 'androidx.room:room-rxjava2:2.0.0-rc01' --> 'androidx.arch.core:core-runtime:2.0.0-rc01'
           Dependency path 'shopperapp:data:unspecified' --> 'androidx.room:room-runtime:2.1.0-alpha06' --> 'androidx.arch.core:core-runtime:2.0.1'
           Dependency path 'shopperapp:data:unspecified' --> 'androidx.room:room-testing:2.1.0-alpha06' --> 'androidx.room:room-runtime:2.1.0-alpha06' --> 'androidx.arch.core:core-runtime:2.0.1'
           Dependency path 'shopperapp:data:unspecified' --> 'androidx.lifecycle:lifecycle-extensions:2.1.0-alpha03' --> 'androidx.lifecycle:lifecycle-livedata:2.1.0-alpha03' --> 'androidx.arch.core:core-runtime:2.0.1-alpha01'
           Dependency path 'shopperapp:data:unspecified' --> 'androidx.lifecycle:lifecycle-extensions:2.1.0-alpha03' --> 'androidx.lifecycle:lifecycle-livedata:2.1.0-alpha03' --> 'androidx.lifecycle:lifecycle-livedata-core:2.1.0-alpha03' --> 'androidx.arch.core:core-runtime:2.0.1-alpha01'
           Constraint path 'shopperapp:data:unspecified' --> 'androidx.arch.core:core-runtime' strictly '2.0.1-alpha01' because of the following reason: debugRuntimeClasspath uses version 2.0.1-alpha01
           Constraint path 'shopperapp:data:unspecified' --> 'androidx.arch.core:core-runtime' strictly '2.0.1-alpha01' because of the following reason: debugRuntimeClasspath uses version 2.0.1-alpha01
           Constraint path 'shopperapp:data:unspecified' --> 'androidx.arch.core:core-runtime' strictly '2.0.1-alpha01' because of the following reason: debugRuntimeClasspath uses version 2.0.1-alpha01


   > Could not resolve androidx.room:room-runtime:2.0.0-rc01.
     Required by:
         project :data > androidx.room:room-rxjava2:2.0.0-rc01
      > Cannot find a version of 'androidx.room:room-runtime' that satisfies the version constraints: 
           Dependency path 'shopperapp:data:unspecified' --> 'androidx.room:room-runtime:2.0.0-rc01' because of the following reason: ENABLE_JETIFIER is enabled
           Constraint path 'shopperapp:data:unspecified' --> 'androidx.room:room-runtime' strictly '2.0.0-rc01' because of the following reason: debugRuntimeClasspath uses version 2.0.0-rc01
           Dependency path 'shopperapp:data:unspecified' --> 'androidx.room:room-runtime:2.0.0-rc01' because of the following reason: ENABLE_JETIFIER is enabled
           Constraint path 'shopperapp:data:unspecified' --> 'androidx.room:room-runtime' strictly '2.0.0-rc01' because of the following reason: debugRuntimeClasspath uses version 2.0.0-rc01
           Dependency path 'shopperapp:data:unspecified' --> 'androidx.room:room-runtime:2.0.0-rc01' because of the following reason: ENABLE_JETIFIER is enabled
           Constraint path 'shopperapp:data:unspecified' --> 'androidx.room:room-runtime' strictly '2.0.0-rc01' because of the following reason: debugRuntimeClasspath uses version 2.0.0-rc01
           Dependency path 'shopperapp:data:unspecified' --> 'androidx.room:room-runtime:2.0.0-rc01' because of the following reason: ENABLE_JETIFIER is enabled
           Constraint path 'shopperapp:data:unspecified' --> 'androidx.room:room-runtime' strictly '2.0.0-rc01' because of the following reason: debugRuntimeClasspath uses version 2.0.0-rc01
           Dependency path 'shopperapp:data:unspecified' --> 'androidx.room:room-runtime:2.0.0-rc01' because of the following reason: ENABLE_JETIFIER is enabled
           Dependency path 'shopperapp:data:unspecified' --> 'androidx.room:room-testing:2.1.0-alpha06' --> 'androidx.room:room-runtime:2.1.0-alpha06'
           Dependency path 'shopperapp:data:unspecified' --> 'androidx.room:room-rxjava2:2.0.0-rc01' --> 'androidx.room:room-runtime:2.0.0-rc01'    

Файл градиента выглядит следующим образом:

buildscript {
    repositories {
        google()
        maven { url 'https://maven.fabric.io/public' }
        mavenCentral()
        jcenter()
    }

    dependencies {
        classpath 'com.android.tools.build:gradle:3.3.2'
        classpath 'io.fabric.tools:gradle:1.28.1'
    }
}

apply plugin: 'com.android.application'
apply plugin: 'io.fabric'

repositories {
    google()
    maven { url 'https://maven.fabric.io/public' }
    maven { url 'https://jitpack.io' }
    mavenCentral()
    jcenter()

    flatDir {
        dirs 'libs'
    }
}

android {
    compileSdkVersion 28
    buildToolsVersion "28.0.3"

    flavorDimensions "default"

    compileOptions {
        sourceCompatibility JavaVersion.VERSION_1_8
        targetCompatibility JavaVersion.VERSION_1_8
    }

    splits {
        abi {
            enable true
            reset()
            include buildABI
            universalApk false
        }
    }

    defaultConfig {

        multiDexEnabled true
        applicationId "myappid.com"
        minSdkVersion 21
        targetSdkVersion 28
        versionCode build_version_code as Integer
        versionName build_version
        testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
    }

    lintOptions {
        abortOnError false
    }
}

configurations.all {
    resolutionStrategy.force 'com.google.code.findbugs:jsr305:1.3.9'
}

dependencies {
    implementation(name: 'PayLib-release', ext: 'aar')
    implementation fileTree(dir: 'libs', include: ['*.jar', '*.arr'])
    implementation 'com.sunmi:sunmiui:1.1.22'

    androidTestImplementation('androidx.test.espresso:espresso-core:3.1.1', {
        exclude group: 'com.android.support', module: 'support-annotations'
        androidTestImplementation 'com.android.support:support-annotations:25.3.1'
        androidTestImplementation 'com.android.support.test:runner:0.5'
    })
    implementation('com.crashlytics.sdk.android:crashlytics:2.9.6@aar') {
        transitive = true
    }
    implementation 'androidx.multidex:multidex:2.0.1'
    implementation 'androidx.appcompat:appcompat:1.1.0-alpha04'
    implementation 'androidx.vectordrawable:vectordrawable-animated:1.1.0-alpha01'
    implementation 'androidx.media:media:1.1.0-alpha03'
    implementation 'androidx.legacy:legacy-support-v4:1.0.0'
    implementation 'com.google.android.material:material:1.1.0-alpha05'
    implementation 'com.google.firebase:firebase-core:16.0.7'
    implementation 'com.crashlytics.sdk.android:crashlytics:2.9.9'
    implementation 'androidx.constraintlayout:constraintlayout:2.0.0-alpha3'
    implementation 'androidx.recyclerview:recyclerview:1.1.0-alpha03'
    implementation 'androidx.percentlayout:percentlayout:1.0.0'
    implementation 'androidx.cardview:cardview:1.0.0'
    testImplementation 'junit:junit:4.12'
    implementation project(':data')
    implementation 'com.github.Kunzisoft:Android-SwitchDateTimePicker:2.0'

    // RxJava
    implementation 'io.reactivex.rxjava2:rxandroid:2.1.1'
    implementation 'io.reactivex.rxjava2:rxjava:2.2.7'
    implementation "com.jakewharton.rxbinding2:rxbinding:2.0.0"
}
apply plugin: 'com.google.gms.google-services'

Кто-нибудь смог решить эту проблему?

опубликуйте свой файл градации

Manoj Perumarath 08.04.2019 12:02

@ManojPerumarath я разместил свой файл gradle

George 08.04.2019 12:09

Вы обновили существующий проект до x?

Manoj Perumarath 08.04.2019 12:12

я могу успешно построить ваш град. что я сделал, так это то, что я удалил «PayLib-release» и «: Data» из gradle, а также версию «media, appcompat и recyclerview» в «1.1.0-alpha04».

android 08.04.2019 12:33

@android Я сделал то же самое, что и ты, и ошибки все еще сохраняются

George 08.04.2019 13:22

моя версия Android Studio 3.3, а также я использую тот же com.android.tools.build:gradle:3.3.2, что и ваш

android 08.04.2019 13:24

@android той же версии андроида, что и у вас

George 08.04.2019 13:53

@ManojPerumarath да, я обновил существующий проект до Android x

George 08.04.2019 13:54

Все, что я могу сделать, это поделиться своим файлом Gradle

Manoj Perumarath 08.04.2019 13:59

если вы создаете новый проект, то все равно это происходит? если нет, то создайте новый проект, затем перенесите его на androidx, а затем поместите свою зависимость одну за другой в gradle. поэтому мы можем получить, в какой зависимости есть проблема

android 08.04.2019 14:59

@ManojPerumarath решил, пожалуйста, посмотрите мое решение

George 09.04.2019 15:02
6
11
7 535
2
Перейти к ответу Данный вопрос помечен как решенный

Ответы 2

Ответ принят как подходящий

Решение, которое сработало для меня, заключалось в использовании стратегии разрешения зависимостей:

Итак, для каждого выделенного элемента, который требуется проекту, я добавил в свое разрешение зависимостей:

configurations.all
            {
                resolutionStrategy.eachDependency { details ->
                    if (details.requested.group == 'androidx.room'
                            && !details.requested.name.contains('room-runtime')) {
                        details.useVersion "2.1.0-alpha04"
                    }
                    if (details.requested.group == 'androidx.room'
                            && !details.requested.name.contains('room-testing')) {
                        details.useVersion "2.1.0-alpha04"
                    }
                    if (details.requested.group == 'androidx.room'
                            && !details.requested.name.contains('room-rxjava2')) {
                        details.useVersion "2.1.0-alpha04"
                    }
                    if (details.requested.group == 'androidx.room'
                            && !details.requested.name.contains('room-common')) {
                        details.useVersion "2.1.0-alpha04"
                    }
                    if (details.requested.group == 'androidx.room'
                            && !details.requested.name.contains('room-migration')) {
                        details.useVersion "2.1.0-alpha04"
                    }
                    if (details.requested.group == 'androidx.room'
                            && !details.requested.name.contains('room-compiler')) {
                        details.useVersion "2.1.0-alpha04"
                    }
                }
            } 

Здесь я заявил, что они должны использовать версию 2.1.0-alpha04, поскольку кажется, что версия 2.1.0-alpha06 имеет проблемы из личного опыта, а также указано в другом сообщении: Библиотека сохраняемости комнаты (проблема зависимости), шаблон проектирования MVVM и Примечание. Не удалось прочитать метаданные kotlin для ... и т. д. и преобразователя типов..

Попробуйте обновить до последней версии "com.google.gms:google-services" (мне помогло).

Другие вопросы по теме