当前位置: 首页 > 工具软件 > Biometric SDK > 使用案例 >

Flutter gradle构建时报错:Manifest merger failed : uses-sdk:minSdkVersion 19 cannot be smaller than versio

李昊苍
2023-12-01

Manifest merger failed : uses-sdk:minSdkVersion 19 cannot be smaller than version 23 declared in library [:biometric_storage] /home/liucz/Flutter/flutter_linux_2.0.4-stable/flutter/.pub-cache/hosted/pub.flutter-io.cn/biometric_storage-1.0.1+5/android/build/intermediates/library_manifest/debug/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 23,
or use tools:overrideLibrary=“design.codeux.biometric_storage” to force usage (may lead to runtime failures)

 类似资料: