【问题标题】:uses-sdk:minSdkVersion 16 cannot be smaller than version 19 declared in library [:react-native-hms-site]uses-sdk:minSdkVersion 16 不能小于库 [:react-native-hms-site] 中声明的版本 19
【发布时间】:2020-07-17 20:50:42
【问题描述】:

在 Android Studio 中集成 react-native-hms-site sdk 时,由于以下错误,构建失败

Manifest merger failed : uses-sdk:minSdkVersion 16 cannot be smaller than version 19 declared in library [:react-native-hms-site]

库可能正在使用 16 中不可用的 API。

【问题讨论】:

    标签: android huawei-mobile-services


    【解决方案1】:

    在项目 build.gradle 文件中将 minSdkVersion 改为 19 "minSdkVersion = 19"

    【讨论】:

      猜你喜欢
      • 2021-03-14
      • 1970-01-01
      • 1970-01-01
      • 2016-09-14
      • 2021-04-10
      • 2021-05-15
      • 1970-01-01
      • 2020-12-31
      • 1970-01-01
      相关资源
      最近更新 更多