Fixed
Status Update
Comments
aa...@google.com <aa...@google.com> #2
I can't even get the resources to be recognized in code.
Referencing R.string.test
in a test source file breaks compilation.
Another issue is that even if I mark the res directory as a Resource Root or Test Resource Root, if I try to add a Android Resource directory using the New Android Resource Directory
menu item, it fails because it tries to add to the non-test res dir and it already exists there.
Kinda seems like test resources is broken all around.
Description
To reproduce:
androidTest
directory create theres/values
directoryandroidTest/res/values/strings.xml
file with the following contents:<string name="unresolved">@string/test</string>
Navigation doesn't work.