尝试构建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' --> …Run Code Online (Sandbox Code Playgroud)