uniapp打包报错,
######错误解决方案######
错误描述: Android minSdkVersion配置问题
解决方案: 项目中配置的Android minSdkVersion比三方库中声明的minSdkVersion低,参考文档:https://uniapp.dcloud.net.cn/tutorial/app-android-minsdkversion.html 修改minSdkVersion后重新提交打包
######################
[PackagePath]/app/AndroidManifest.xml Error:
uses-sdk:minSdkVersion 19 cannot be smaller than version 21 declared in library [niopush-sdk-v1.0.aar] /home/[Name]/.gradle/caches/transforms-3/b2a407086eb990013f63f3dabe9d577f/transformed/jetified-niopush-sdk-v1.0/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=\"com.skyui.push.sdk\" to force usage (may lead to runtime failures)
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':app:processReleaseMainManifest'.
> Manifest merger failed with multiple errors, see logs
* Try:
> Run with --debug option to get more log output.
> Run with --scan to get full insights.
> Get more help at https://help.gradle.org.