FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':app:processDebugManifest'.
> Manifest merger failed : uses-sdk:minSdkVersion 16 cannot be smaller than version 19 declared in library [:flutter_blue] /home/maldus/Projects/flutter/polmac/build/flutter_blue/intermediates/manifests/full/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 19,
or use tools:overrideLibrary="com.pauldemarco.flutterblue" to force usage (may lead to runtime failures)
Если бы я был в Android Studio, я бы знал, как увеличить Android minsdkversion, но на проекте Flutter (с использованием VSCODE) я был немного потерян. < Br /> Можно ли увеличить Minsdkversion с помощью трепета и как? < /p>
Я пытался запустить проект Flutter для приложения, используя Bluetooth для общения. Для этого я использовал Flutter Blue. Br />[code]FAILURE: Build failed with an exception.
* What went wrong: Execution failed for task ':app:processDebugManifest'. > Manifest merger failed : uses-sdk:minSdkVersion 16 cannot be smaller than version 19 declared in library [:flutter_blue] /home/maldus/Projects/flutter/polmac/build/flutter_blue/intermediates/manifests/full/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 19, or use tools:overrideLibrary="com.pauldemarco.flutterblue" to force usage (may lead to runtime failures) [/code] Если бы я был в Android Studio, я бы знал, как увеличить Android minsdkversion, но на проекте Flutter (с использованием VSCODE) я был немного потерян. < Br /> Можно ли увеличить Minsdkversion с помощью трепета и как? < /p>