TL;DR For example, for setting minSdkVersion to 24, in config.xml add in the Android platform section: Make sure to remove and re-add the platform or it won’t work! cordova platform rm android cordova platform add android For considerations, and a way to test that it works, read on. What is minSdkVersion minSdkVersion is a…