gpt4 book ai didi

android - app:compat-v7:28.0.0和play-services-vision:18.0.0之间不兼容的appcompatpat和play-services-vision依赖性

转载 作者:行者123 更新时间:2023-12-03 05:33:02 24 4
gpt4 key购买 nike

我正在创建一个使用firebase类检测人脸的应用程序。但是,我在com.android.support:support-v4:28.0.0和com.google.android.gms:play-services-vision:18.0.0依赖项之间存在兼容性问题。我尝试了几种方法来解决此问题,但到目前为止,我还没有解决任何问题。 Android Studio向我返回以下消息:

Dependencies using groupId com.android.support and androidx. * Can not be combined but found IdeMavenCoordinates {myGroupId = 'com.android.support', myArtifactId = 'viewpager', myVersion = '28 .0. 0 ', myPacking =' aar ', myClassifier =' null '} and IdeMavenCoordinates {myGroupId =' androidx.lifecycle ', myArtifactId =' lifecycle-runtime ', myVersion =' 2.0.0 ', myPacking =' aar ', myClassifier = 'null'} incompatible dependencies less ... (Ctrl + F1) Inspection info: There are some combinations of libraries, or tools and libraries, that are incompatible, or can lead to bugs. One such incompatibility is compiling with a version of the Android support libraries that is not the latest version (or in particular, a lower version than your targetSdkVersion).



图片下方有问题说明:
Gradle

最佳答案

发生问题是因为您正在使用支持库以及已迁移到AndroidX的18.0.0库的play-services-vision版本。

您可以看到HERE一些库已迁移到Android X(例如play-services-vision)

因此,您收到此错误,因为您的应用程序正在使用支持库,但play-services-vision已经在使用AndroidX。

为了解决:

1)将您的应用迁移到AndroidX(推荐)。更多信息HERE

2)使用旧版本的play-services-vision(例如'com.google.android.gms:play-services-vision:16.2.0')。

第二个选项可能会解决您的问题,因为play-services-ads:16.0.0也仍在使用支持库。

关于android - app:compat-v7:28.0.0和play-services-vision:18.0.0之间不兼容的appcompatpat和play-services-vision依赖性,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58224825/

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