[PackagePath]/app/AndroidManifest.xml Error:
uses-sdk:minSdkVersion 19 cannot be smaller than version 21 declared in library [uniplugin_agora_rtc-release.aar] /srv/.gradle/caches/transforms-3/a9c23abb2479920b67eff48b53702dd8/transformed/jetified-uniplugin_agora_rtc-release/AndroidManifest.xml as the library might be using APIs not available in 19
Suggestion: use a compatible library with a minSdk of at most 19,
or increase this project's minSdk version to at least 21,
or use tools:overrideLibrary=\"io.agora.rtc.uni\" to force usage (may lead to runtime failures)
2***@qq.com
- 发布:2023-02-15 11:23
- 更新:2023-06-11 23:40
- 阅读:457
2 个回复
阿怪1874
大佬,解决了吗?
一枚程序员
解决了吗 遇到同样的问题了
阿怪1874
在 manifest.json 里设置一下 minSdkVersion 为 21,声网SDK 最低只支持 21 的
2023-06-12 13:40