2

//这是android将jar导入项目时的问题,下面是logcat显示:你能帮帮我吗?

06-25 02:52:05.870: I/dalvikvm(769): Failed resolving Lorg/apache/xerces/dom/NodeImpl; interface 3262 'Lorg/w3c/dom/events/EventTarget;'
06-25 02:52:05.870: W/dalvikvm(769): Link of class 'Lorg/apache/xerces/dom/NodeImpl;' failed
06-25 02:52:05.870: W/dalvikvm(769): Unable to resolve superclass of Lorg/apache/xerces/dom/ChildNode; (2093)
06-25 02:52:05.870: W/dalvikvm(769): Link of class 'Lorg/apache/xerces/dom/ChildNode;' failed
06-25 02:52:05.870: W/dalvikvm(769): Unable to resolve superclass of Lorg/apache/xerces/dom/ParentNode; (2046)
06-25 02:52:05.870: W/dalvikvm(769): Link of class 'Lorg/apache/xerces/dom/ParentNode;' failed
06-25 02:52:05.870: W/dalvikvm(769): Unable to resolve superclass of Lorg/apache/xerces/dom/CoreDocumentImpl; (2104)

等你解决!!

4

2 回答 2

0

您链接到的 jar 文件需要位于 libs 文件夹中和/或标记为导出。您可以通过右键单击您的项目并选择Properties>Java Build Path>Order and Export然后选择您已导入的 jar 的复选框,在 Eclipse 中标记为导出。

于 2013-06-25T03:08:21.447 回答
0

添加到项目时的 jar 或库文件需要位于同一工作区中。

于 2013-06-25T06:25:37.580 回答