Manifest merger failed : uses-sdk:minSdkVersion 16 cannot be smaller than version 19 declared in library [:react-native-calendar-events] /Users/tu/Desktop/HomePage/homepage-mobile/node_modules/react-native-calendar-events/android/build/intermediates/manifests/full/debug/AndroidManifest.xml as the library might be using APIs not available in 16
See original GitHub issueEnvironment
Steps to Reproduce
Expected Behavior
Actual Behavior
Issue Analytics
- State:
- Created 5 years ago
- Comments:6 (1 by maintainers)
Top Results From Across the Web
uses-sdk:minSdkVersion 15 cannot be smaller than version ...
By default, when importing a library with a minSdkVersion value that's higher than the main manifest file, an error occurs and the library...
Read more >Manifest merger failed : uses-sdk:minSdkVersion 19 cannot ...
This is occurring because you (or a plugin) is setting the project min sdk to something lower than the cordova framework's min sdk,...
Read more >Manifest merger failed: uses-sdk:minSdkVersion 16 cannot be ...
... for the error " Manifest merger failed : uses-idk:minSdkVersion 16 cannot be smaller than version 19 declared in library [com.google.an.
Read more >[Solved][Flutter] Manifest merger failed : uses-sdk ...
Manifest merger failed : uses-sdk:minSdkVersion 16 cannot be smaller than version 21 declared in library [:camera]
Read more >Manifest merging runs all the time [143693655] - Issue Tracker
Suggestion: use a compatible library with a minSdk of at most 19, ... merger failed : uses-sdk:minSdkVersion 19 cannot be smaller than version...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
You also can add to build.gradle file next code:
Adding this inside the application manifest should temporary fix the issue.
This may cause some issues in the future if some functionality is added that is not supported on pre-KitKat devices. I believe that the
minSdkVersion
should be bumped down, since it not seems to be related to any real limitations, or the reasoning (if any) behind the bump from 16 to 19 should be documented.