breautek commented on issue #1553: URL: https://github.com/apache/cordova-android/issues/1553#issuecomment-1634222266
> @breautek I ran into the same issue as that of @4lyn after `cordova clean android` (it deletes my custom resource file, which is expected per your comments), subsequent `cordova build android` doesn't add the custom resource file back. I am using cordova cli 11.1.0 and cordova-android 11.0.0. > > What is going on? Not sure, but I can say that I have a resource file defined by `<resource-file src="./res/android/values/TotalPaveTheme.xml" target="app/src/main/res/values/TotalPaveTheme.xml" />` in my config.xml and gets cleaned on `cordova clean` and re-added on `cordova build` as expected using Cordova CLI / android 12.x (they should be added as part of the `cordova prepare` step which `cordova build` will implicitly call). I'd suggest trying to update (you'll need cordova-android@12 for API 33/Google Play compliance anyway). If it still fails, then I'd suggest creating a support discussion at [Apache Cordova Discussions](https://github.com/apache/cordova/discussions). -- 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]
