I am having a problem in running Android unit test. I got this error when I tried to run a simple test.
Here\'s the log:
Blockquote java.la
Try to check your Manifest.xml file:
You need to check the following line:
So the targetPackage must be the same as in your code.