faugusztin commented on issue #1655: URL: https://github.com/apache/cordova-android/issues/1655#issuecomment-1701896165
This is caused by Android Gradle Plugin 4.2 defaulting to android.enableResourceOptimizations=true (which will be the only option in future) - [source](https://stackoverflow.com/a/68464092). On other side, you are supposed to read these files using corresponding resource identifier in Android code using corresponding [API call](https://developer.android.com/reference/android/content/res/Resources.html#getIdentifier(java.lang.String,%20java.lang.String,%20java.lang.String)). -- 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]
