我正在尝试在 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 中找到这个选项。我也不认为它在日食中。