Open r-gurzkowski opened 9 years ago
did you try to place configuration in src/test/resources/robolectric.properties
?
it is the best way to configure test env. Please mind the fact that AndroidStudio uses other root dir for project than gradle does
Hi,
I have tested 0.7 and 1.0 version and the same issue occurs. When I am using GradleRoboSpecification only Android system resources are loaded and ResourceNotFound error is raised during tests. I have fixed this issue by falling back to RoboSpecification with manifest path specified (standard location). After upgrading to 1.0 I saw RoboSpecification is Deprecated. I do not know what is causing the issue, a hint is that I have multimodule project with both java and android libraries.
Any ideas what is causing this issue?