I have a workspace in the android studio that consists of the app projects and dependency android library project.
I have a unit test in the app project that tests the class that loads the string from both app project resources and the dependency library project resources.
When I run the unit test in Roboletric I get resource not found exception when the tested class tries to load the string from the library project resources.
How to fix this issue? How do I specify both the app and the dependency library resource directories for Robolectric to use?