newbie78 edited a comment on issue #588: 7.1.4 defaults to android-27
URL: https://github.com/apache/cordova-android/issues/588#issuecomment-558682271
 
 
   how to change AndroidManifest.xml minSdkVersion?
   i'm add 
   ```
       <platform name="android">
           <preference name="android-minSdkVersion" value="15" />
           <preference name="android-targetSdkVersion" value="19" />
   ```
   in config.xml
   rm & add platform
   then build an get error
   in 
/home/alpine/project/src-cordova/platforms/android/CordovaLib/build/intermediates/library_manifest/debug/AndroidManifest.xml
 i'm get 
   
   ```
   <uses-sdk android:minSdkVersion="19" />
   ```
   
   then install ordova plugin add cordova-android-support-gradle-release  
--variable ANDROID_SUPPORT_VERSION=15
   
   error when build still here
   

----------------------------------------------------------------
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]


With regards,
Apache Git Services

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

Reply via email to