Im using XStream jar file in android project from this link.
Im getting this exception
Could not find class 'com.thoughtworks.xstream.XStream'
at this line XStream xStream = new XStream(new DomDriver());
i followed this link to solve the issue https://stackoverflow.com/a/3643015/341443 but not working.
Please let me know how to solve this issue or any thing im missing here.
Thank you