Error When Importing A Jar
//this is a issue of android when import jar into project,and under is the logcat display: Can you help me?? 06-25 02:52:05.870: I/dalvikvm(769): Failed resolving Lorg/apache/xerc
Solution 1:
The jar file you are linking to needs to be in the libs folder and/or marked for export. You can mark for export in Eclipse by right-clicking your project and selecting Properties>Java Build Path>Order and Export then selecting the checkbox of the jar you have imported.
Solution 2:
The jar or library file while you add to a project, need to be in the same workspace.
Post a Comment for "Error When Importing A Jar"