I\'m trying to use Espresso. But I got this error and I have no if I\'m missing some codes.
any thoughts will be highly appreciated.
error log:
You should use GoogleInstrumentationTestRunner, as others mentioned. If you build with ant, You need to add an element to the "project" directive in build.xml of the Test Project like below.
in build.xml
...