My instrumentation based (espresso) tests don\'t run on Lollipop+ devices and emulators. They correctly run on any other platform. I have the same symptoms as the guy in this th
Finally it started working. I followed this answer: https://groups.google.com/d/msg/adt-dev/QW5SuzQizNk/mWdaEuuCCQAJ which links to: https://github.com/google/dagger/issues/271
Basically this was the problem:
I incorrectly used compile 'com.google.dagger:dagger-compiler:2.0.2'
instead of correct apt 'com.google.dagger:dagger-compiler:2.0.2'