We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After setting the android-minSdkVersion preference in config.xml, the APK is built with a higher minSdkVersion than specified.
The APK should be built with minSdkVersion set to 24
The APK is built with minSdkVersion set to 26
Config.xml (Irrelevant sections excluded):
<widget android-versionCode="10001" defaultlocale="sv-SE" id="*" version="1.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:android="schemas.android.com/apk/res/android" xmlns:cdv="http://cordova.apache.org/ns/1.0" xmlns:vs="http://schemas.microsoft.com/appx/2014/htmlapps"> <platform name="android"> <allow-intent href="market:*" /> </platform> <platform name="android"> <preference name="android-minSdkVersion" value="24" /> <edit-config file="app/src/main/AndroidManifest.xml" mode="merge" target="/manifest/application"> <application android:usesCleartextTraffic="true" /> </edit-config> </platform> <plugin name="cordova-plugin-whitelist" version="1.3.3" /> <plugin name="cordova-plugin-camera" version="3.0.0" /> <plugin name="cordova-plugin-inappbrowser" version="1.2.1" /> <plugin name="cordova-plugin-splashscreen" version="3.1.0" /> <plugin name="cordova-plugin-geolocation" version="2.1.0" /> <plugin name="cordova-plugin-vs-taco-support" version="0.2.3" /> <plugin name="cordova-plugin-customurlscheme" src="https://github.com/EddyVerbruggen/Custom-URL-scheme" version="4.3.0"> <variable name="URL_SCHEME" value="iol" /> </plugin> <plugin name="cordova-plugin-qrscanner" spec="^2.6.0" /> <plugin name="cordova-plugin-insomnia" src="https://github.com/EddyVerbruggen/Insomnia-PhoneGap-Plugin" version="4.3.0" /> <engine name="android" spec="^8.0.0" /> </widget>
Platform: Android
Cordova-android: 8.0.0 Cordova-cli: 9.0.0 Cordova-plugins:
OS: Windows 10 IDE: Visual Studio 2017
The text was updated successfully, but these errors were encountered:
This is a duplicate of #599
Sorry, something went wrong.
No branches or pull requests
Bug Report
Problem
After setting the android-minSdkVersion preference in config.xml, the APK is built with a higher minSdkVersion than specified.
What is expected to happen?
The APK should be built with minSdkVersion set to 24
What does actually happen?
The APK is built with minSdkVersion set to 26
Information
Command or Code
Config.xml (Irrelevant sections excluded):
Environment, Platform, Device
Platform: Android
Version information
Cordova-android: 8.0.0
Cordova-cli: 9.0.0
Cordova-plugins:
OS: Windows 10
IDE: Visual Studio 2017
Checklist
The text was updated successfully, but these errors were encountered: