4lyn commented on issue #1551: URL: https://github.com/apache/cordova-android/issues/1551#issuecomment-1407174918
Hi, I have the same problem here upgrading to Cordova Android 11 I also use vue cli with this plugin [vue-cli-plugin-cordova](https://www.npmjs.com/package/vue-cli-plugin-cordova) After `cordova prepare android` the `colors.xml` is present And when the `vue-cli-service cordova-build-android` is run it seems to be removed somewhere ``` ENOENT: no such file or directory, open '/home/pakal/git/perfarmer_app/src-cordova/platforms/android/app/src/main/res/values/colors.xml' ``` Going back to Cordova Android 10.1.2 is not really an option since it's [not compatible with Android API level 32](https://cordova.apache.org/docs/en/latest/guide/platforms/android/index.html) which is the [targetSdkVersion required](https://developer.android.com/google/play/requirements/target-sdk) by the playStore now I'm not sure it is Cordova Android's fault but clearly this new version does something different that causes these files to be removed -- 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]
