Unresolved reference - what's going on?

74 Views Asked by At

I'm trying to reference an Activity in a UI test "androidTest" that is part of my main project folder, however, I keep getting the error "Unresolved reference". When I check what's happening, it looks as though my imports are trying to reference the "test" folder instead of the "main" folder...

Eg. in my src/ I have :-

/androidTest

/main

/test

It's as if /androidTest is looking for references to activities in my /test folder rather than /main folder.

Any idea why this is happening?

0

There are 0 best solutions below