breautek commented on issue #1469:
URL: 
https://github.com/apache/cordova-android/issues/1469#issuecomment-1198305819

   Error is coming from dependencies of plugins it seems, but it also states 
that the `:app` is currently compiled against android-29, which does not match 
either the default configuration or your pasted configuration.
   
   If you upgraded cordova-android simply via `npm install`, then you may need 
to `cordova platform remove android` / `cordova platform add android@11` so the 
native project starts from a clean slate. In-place platform upgrades aren't 
well supported and tends to cause issues.
   
   Otherwise you can try running `cordova clean android` to clean any built 
files to ensure they are rebuilt with the current compile settings.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to