&引用--核心图书馆“;将HttpUnit与android集成时出错

&引用--核心图书馆“;将HttpUnit与android集成时出错,android,intellij-idea,compiler-errors,http-unit,Android,Intellij Idea,Compiler Errors,Http Unit,我正在尝试运行一个简单的项目,作为android上HttpUnit的演示。代码未编译,并给出此错误 Android Dex: [HttpUnitAndroid] the "--core-library" option to suppress this error message. Android Dex: [HttpUnitAndroid] If you go ahead and use "--core-library" but are in fact Android Dex: [HttpUni

我正在尝试运行一个简单的项目,作为android上HttpUnit的演示。代码未编译,并给出此错误

Android Dex: [HttpUnitAndroid] the "--core-library" option to suppress this error message.
Android Dex: [HttpUnitAndroid] If you go ahead and use "--core-library" but are in fact
Android Dex: [HttpUnitAndroid] building an application, then be forewarned that your application
Android Dex: [HttpUnitAndroid] will still fail to build or run, at some point. Please be
Android Dex: [HttpUnitAndroid] prepared for angry customers who find, for example, that your
Android Dex: [HttpUnitAndroid] application ceases to function once they upgrade their operating
Android Dex: [HttpUnitAndroid] system. You will be to blame for this problem.
那么,我该如何设置“-core library”选项,以便它至少可以编译?我似乎在intellij idea中找不到这个选项。我也不认为它出现在eclipse中。

对此进行了讨论