You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2022/07/28 15:24:29 UTC

[GitHub] [cordova-android] breautek commented on issue #1469: App crashing Cordova-android 11

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: issues-unsubscribe@cordova.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org