I want to use Jackson JSON 2.1.1 parser in my Android project in Eclipse ADT. I've downloaded Jackson jar files (annotations, databind,core). And added them as external jars to the project and even include them in order and export:


I see these jars in referenced libraries, but I can't import and use them: import org.codehaus.jackson is't seen.