Can't get Jdom to work with android 1.6 or 2.1 using Eclipse

harryazizi

New Member
I'm trying to install jdom onto Eclipse so that I can use it in my Android project. I'd like it to be Android 1.6 but that hasn't worked, I've also been trying to get it to work on android 2.1 and that still hasn't worked. I've downloaded jdom 2.0.2 and I've put the .jar file into the build library and yet still \[code\] import org.jdom.Document;\[/code\]or any import org.jdom doesn't work.Does anyone know what to do, and if not is there any other xml parser where you don't need to know the tag/element names before it parses them?
 
Back
Top