Fixed
Status Update
Comments
pa...@refundid.com <pa...@refundid.com> #2
I don't think this is related to Gradle itself. This is how Android handles resources.
Adam, do you have an idea of what's going on here?
Adam, do you have an idea of what's going on here?
va...@google.com <va...@google.com>
pa...@refundid.com <pa...@refundid.com> #3
It seems the way Android handles the resources of type <item type=string> is flawed.
If gradle resValue generated the String resources using <string> tag instead of <item type=string> this would not be happening.
BTW, i don't see much advantage on using generic <item> tag in this case.
If gradle resValue generated the String resources using <string> tag instead of <item type=string> this would not be happening.
BTW, i don't see much advantage on using generic <item> tag in this case.
du...@google.com <du...@google.com> #4
ah it's interesting that <string> would be different from <item type=string>!
I'll talk to Adam to see what's up.
I'll talk to Adam to see what's up.
Description
This will create a public issue which anybody can view and comment on.
Please provide as much information as possible. At least, this should include a description of your issue and steps to reproduce the problem. If possible please provide a summary of what steps or workarounds you have already tried, and any docs or articles you found (un)helpful.
Problem you have encountered: Since ~2 hours ago not all created app engine versions are displaying
What you expected to happen: version to be created and appear in gcp portal and
gcloud app versions describe
Steps to reproduce:
Create version using
gcloud app deploy --format json app.yaml --version test1234 --no-promote
sometimes the version is null in the output and it does not appear in the GCP web UI or using gcloud describe. The output comes out like:
the urlhttps://test-1234-dot ... works but the version is not in the logs.
Other information (workarounds you have tried, documentation consulted, etc):
create version appears correctly in gcp audit logs
If this could be looked into that would be great thanks