This error bit me when I upgrade to Cordova android@13. The error message is bogus as it has nothing to do with 'compileSdkVersion' but rather with the 'android-versionCode' attribute in the <widget> take.
Apparently, this must be a whole number (e.g. 17) and never number like 17.1.