If you are receiving this error today it’s because of the new release of Cordova Android. There are several options to mitigate it:
- Pin your android build engine to version 13. You can do this by adding the following line to your config.xml at the top level:
<engine name="android" spec="13.0.0" />
- Use our beta build servers to build your project. You can do this by checking the “Build using beta servers?” checkbox on the upload page.
If you have trouble with this error after following these instructions please let us know.