Don't put it in src/ It's common to put it in libs/ so that if someone wants to compile your project with the Ant script they can (Ant will import and include in your final APK any jar files located in libs/), then right click on it in the Package Explorer view of Eclipse and choose Build Path > Add to Build Path.. so that eclipse knows it's a library that is part of the project.
Xav On Tue, Aug 25, 2009 at 6:22 AM, Zonakusu<[email protected]> wrote: > > Hi! > > I am creating an app that uses a lot of different XML files. Because > there are so many I don't like the way SAXParser does it, it would > result in many classes to read all different XML files. > > That's why I want to use a more simple XML parser such as dom4j. Does > anyone has experience in importing it in Eclipse en running it on > Android? When I import the .jar file in my /src folder I cant import > org.dom4j.Document for example. > > Thanks in advance! > > > > -- Xavier Ducrohet Android Developer Tools Engineer Google Inc. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

