AshleyScirra commented on issue #1922:
URL:
https://github.com/apache/cordova-android/issues/1922#issuecomment-4421245707
For a quick fix I tried defining the `config-file` tag twice like this:
```xml
<config-file target="res/values/strings.xml" parent="/resources">
<string translatable="false"
name="game_services_project_id">$APP_ID</string>
</config-file>
<config-file target="res/values/cdv_strings.xml" parent="/resources">
<string translatable="false"
name="game_services_project_id">$APP_ID</string>
</config-file>
```
However this still doesn't seem to work - it doesn't seem to update
cdv_strings.xml. Is the file now no longer modifiable this way?
--
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]