In case you're developing with Cordova-android v14, you have to configure the target sdk to v35.
In config.xml:
<preference name="android-targetSdkVersion" value="35" />