jpush / jpush-flutter-plugin

JPush's officially supported Flutter plugin (Android & iOS). 极光推送官方支持的 Flutter 插件(Android & iOS)。
http://docs.jiguang.cn
MIT License
842 stars 353 forks source link

在flutter中只是先引入依赖了,还未使用,运行项目的时候报错 #290

Open vincent9725 opened 3 years ago

vincent9725 commented 3 years ago

D:\mabinran_app\android\app\src\debug\AndroidManifest.xml Error: uses-sdk:minSdkVersion 16 cannot be smaller than version 17 declared in library [:jpush_flutter] D:\mabinran_app\build\jpush_flutter\intermediates\library_manifest\debug\AndroidManifest.xml as the library might be using APIs not available in 16 Suggestion: use a compatible library with a minSdk of at most 16, or increase this project's minSdk version to at least 17, or use tools:overrideLibrary="com.jiguang.jpush" to force usage (may lead to runtime failures)

350887156 commented 3 years ago

这报错不提示了吗 SDK最低版本要求17,但是你项目是16