I can’t build the App because MinSdkVersion Bug. Why Bug? Because I do not have the wrong Min SDK Version set. I also re-installed the Android platform, modules and updated all npm package.
:app:processDebugManifest FAILED
23 actionable tasks: 4 executed, 19 up-to-date
uses-sdk:minSdkVersion 16 cannot be smaller than version 19 declared in library [:CordovaLib]
<path>\platforms\android\CordovaLib\build\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="org.apache.cordova" to force usage (may lead to runtime failures)
It does not matter what minSdkLevel is set in config.xml. 16, 19, 23.
I have no idea what’s wrong -.- Zzzz I’m sooo tired.