I have setup an android test project that runs junit tests. It\'s using two eclipse projects \"Application\" and \"ApplicationTest\" where my tests are in the \"ApplicationT
Since Android Gradle Plugin version 1.1 you haven't to use Instrumentation to load file resource.
Android Gradle Plugin
Instrumentation
I wrote here how to do it with POJO unit test case.