Hi, I am trying to use xstream in an Android project; have included xstream-1.4.2.jar.
When I invoke XStream xstream = new XStream(new StaxDriver()); get the error in the dalvikvm: could not find method javax.xml.stream.XMLInputFactory.newInstance, referenced from com.thoughtworks.xstream.io.xml.StaxDriver.createOutputFactory Thanks in advance, Dan
