I\'m about to upload my first app to the Google Play store and when I uploaded the APK to the Developer Console, it says under Localizations: default + 55 languages
default + 55 languages
Was looking for this solution everywhere, the answer which works and removes localisations from the Google Play store for cordova apps is
defaultConfig { resConfigs "en" }
Or change "en" to whichever language you wish.