--构建工具 android (Eclipse) 的核心库错误[使用 android studio 解决]

--core-library error with build tools android (Eclipse)[solved with android studio]

我正在尝试使用 xmlParserAPIs-2.6.2.jar 使用没有 Maven 的 eclipse 构建一个 apk。但不幸的是它给出了以下错误。

trouble processing "javax/xml/parsers/DocumentBuilder.class":

Ill-advised or mistaken usage of a core class (java.* or javax.*)
when not building a core library.

查看此图片是否有错误 - Image

我关注了并把这个

exec java $javaOpts -jar "$jarpath" --core-library "$@"

Dx File Image

在我的构建工具 (21.1.2) dx 文件中。但是没有运气,错误仍然 remains.I 只有 1 个构建工具 (21.1.2)。 有帮助吗?

所以最后,我搬到了 android 工作室,因为用 Eclipse 构建它并不走运。 而且运行良好。