You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2019/06/25 23:14:16 UTC

[GitHub] [cordova-android] willnix86 opened a new issue #752: BUILD FAILURE: Manifest Merger Failed

willnix86 opened a new issue #752: BUILD FAILURE: Manifest Merger Failed
URL: https://github.com/apache/cordova-android/issues/752
 
 
   # Bug Report
   
   ## Problem
   Can't build Android project.
   
   ### What is expected to happen?
   Setting 'minSdkVersion' to 19 in the root config.xml should set the minSdk to 19 in the app.
   
   ### What does actually happen?
   
   Manifest merger failed : uses-sdk:minSdkVersion 14 cannot be smaller than version 19 declared in library [:CordovaLib] myProject/platforms/android/CordovaLib/build/intermediates/library_manifest/debug/AndroidManifest.xml as the library might be using APIs not available in 14
   	Suggestion: use a compatible library with a minSdk of at most 14,
   		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)
   
   ## Information
   I have checked every single file in my project (including all plugins) and nowhere is the sdk version being overwritten. I have checked in all the Android projects folder after buil and all I can see is references to sdk 19.
   
   ### Environment, Platform, Device
   Using Cordova Android 8.0.0
   Using Cordova 9.0.0
   Using global Gradle 4.1
   
   ## Checklist
   <!-- Please check the boxes by putting an x in the [ ] like so: [x] -->
   
   - [x] I searched for existing GitHub issues
   - [x] I updated all Cordova tooling to most recent version
   - [x] I included all the necessary information above
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org