java.lang.NoClassDefFoundError: com.itextpdf.text.Document
I have added the .jar files into my existing project as described in http://www.vogella.com/articles/Eclipse/article.html#classpath . When I try to run the emulator I end up with “java.lang.NoClassDefFoundError: com.itextpdf.text.Document” My .classpath file : <classpath> <classpathentry kind="src" path="src"/> <classpathentry kind="src" path="gen"/> <classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/> <classpathentry kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/> <classpathentry kind="lib" path="lib/itext-pdfa-5.3.3-javadoc.jar"/> <classpathentry kind=