prospong opened a new issue #1070:
URL: https://github.com/apache/cordova-android/issues/1070


   <!--
   Please have a look at the issue templates you get when you click "New issue" 
in the GitHub UI.
   We very much prefer issues created by using one of these templates.
   -->
   
   ### Issue Type
   <!-- Please check the boxes by putting an x in the [ ] like so: [x] -->
   
   - [x ] Bug Report
   - [ ] Feature Request
   - [ ] Support Question
   
   ## Description
   I encountered this bug when compiling the ionic project. I have followed the 
instructions on the Internet to continuously modify the project.properties 
under "myproject/platforms/android" and the project.properties under 
"myproject/platforms/android/Coedovalib".
   
   <uses-sdk
      android:minSdkVersion="19"
      android:targetSdkVersion="29" />
   But this did not take effect. When I cleared android and added android 
again, the same error still appeared. And, the value I changed was restored. 
   ## Information
   Execution failed for task ':app:processDebugManifest'.
   > Manifest merger failed : uses-sdk:minSdkVersion 19 cannot be smaller than 
version 22 declared in 
   library [:CordovaLib] 
   
   ### Command or Code
   <!Ionic:
   
      Ionic CLI                     : 6.11.8 
      Ionic Framework               : @ionic/angular 5.0.4
      @angular-devkit/build-angular : 0.803.24
      @angular-devkit/schematics    : 8.1.3
      @angular/cli                  : 8.1.3
      @ionic/angular-toolkit        : 2.3.3
   
   Cordova:
   
      Cordova CLI       : 10.0.0
      Cordova Platforms : android 9.0.0
      Cordova Plugins   : cordova-plugin-ionic-keyboard 2.2.0, 
cordova-plugin-ionic-webview 4.2.1, (and 
      19 other plugins)
   
   Utility:
   
      cordova-res : 0.15.1
      native-run  : not installed
   
   System:
   
      Android SDK Tools : 26.1.1 (D:\Program Files\sdk)
      NodeJS            : v12.18.0 (D:\Program Files\nodejs\node.exe)
      npm               : 6.14.4
      OS                : Windows 10>
   
   ### Environment, Platform, Device
   <!-- In what environment, on what platform or on which device are you 
experiencing the issue? -->
   
   
   
   ### Version information
   <!--
   What are relevant versions you are using?
   For example:
   Cordova: Cordova CLI, Cordova Platforms, Cordova Plugins
   Other Frameworks: Ionic Framework and CLI version
   Operating System, Android Studio, Xcode etc.
   -->
   
   
   
   ## Checklist
   <!-- Please check the boxes by putting an `x` in the `[ ]` like so: `[x]` -->
   
   - [ ] I searched for already existing GitHub issues about this
   - [ ] I updated all Cordova tooling to their most recent version
   - [ ] 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:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to