I am taking the input from the web, which is an Xml file and converting into a Json data using the library json-lib . I have created a user library and added the following jars into it:-
- json-lib-2.3-jdk15.jar
- commons-collections.jar
- commons-lang.jar
- commons-logging.jar
- commons-beanutils.jar
- ezmorph-1.0.6.jar
- xom-1.1.jar
But still gives the following error:-
08-04 13:58:31.642: ERROR/dalvikvm(484): Could not find class 'net.sf.json.xml.XMLSerializer$CustomElement', referenced from method net.sf.json.xml.XMLSerializer.addNameSpaceToElement
Can anyone help me out in resolving this issue.