There is another question that has an answer that does not work for me (as I don't have the library the selected answer has).
I have searched through all my project for the BaseDescription
and there is only 1 occurrence of the BaseDescription
and another for a subclass:
I also went through my android.iml
file and made and tried removing ever instance of it as a test:
<orderEntry type="library" exported="" scope="TEST" name="hamcrest-library-1.3" level="project" />
<orderEntry type="library" exported="" scope="TEST" name="hamcrest-integration-1.3" level="project" />
<orderEntry type="library" exported="" name="hamcrest-all-1.3" level="project" />
<orderEntry type="library" exported="" scope="TEST" name="hamcrest-core-1.3" level="project" />
But even after removing that and running a clean and doing the test run, I still get the duplicate entry error (where I would think it would have said class not found at all).
Do you have any idea where else I can find where this duplicate entry is coming from?