重复条目:org / hamcrest / BaseDescription.class

时间:2016-05-06 18:49:33

标签: android android-studio android-gradle dex hamcrest

还有另一个question that has an answer对我不起作用(因为我没有选定答案的库)。

我搜索了BaseDescription的所有项目,BaseDescription只发生了一次,而子类只发生了一次:

enter image description here

我还浏览了我的android.iml文件并制作并尝试删除它的实例作为测试:

   <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" />

但是即使在删除并运行干净并进行测试运行之后,我仍然会收到重复的输入错误(我认为它会说根本找不到类)。

您是否知道我可以在哪里找到此重复条目的来源?

1 个答案:

答案 0 :(得分:0)

我遇到了同样的问题。 这是因为hamcrest.jar不包含在您的库中。

  • 我卸载了我的android工作室并删除了所有属于的文件。然后下载了一个新的android工作室并安装。在我的安装过程中,我已经连接到WiFi以便按时下载所需的软件包。现在我的Gradle同步已成功完成