0

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?

Phantômaxx
  • 37,901
  • 21
  • 84
  • 115
Phill Wiggins
  • 2,577
  • 4
  • 28
  • 33

0 Answers0