gpt4 book ai didi

android - Nougat (25.0.0)编译警告

转载 作者:行者123 更新时间:2023-11-29 02:41:40 25 4
gpt4 key购买 nike

我在我的应用程序中使用 UrbanAirship 8.0.2,我想在 25.0.0 中更新应用程序编译,但由于 urbanAirship 使用了 24.2.1 support-v4 库和 Google Play 服务 9.4.0,它显示了警告。我也尝试过 UrbanAirship 最新版本 8.3.1,但 Google Play 服务 9.8.0(不兼容 25.0.0)。由于一些新功能,我的应用要求是 Google play 10.2。当我添加 Google Play 10.2 并支持 25.0.0 时,build.gradle 显示警告“您的应用程序正在使用多个版本的支持 v4 库和不同的 Google Play 版本,这可能导致应用程序崩溃”。请建议我解决问题的最佳方法是什么?

最佳答案

定义较新的依赖项以避免不匹配:

// Support libs
compile 'com.android.support:appcompat-v7:25.3.1'
compile 'com.android.support:support-v4:25.3.1'

// Urban Airship pulls in GCM, so define the newer version
compile 'com.google.android.gms:play-services-gcm:10.2.1'

compile 'com.urbanairship.android:urbanairship-sdk:8.3.2'

关于android - Nougat (25.0.0)编译警告,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43632810/

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