I keep getting this error
Uncaught exception java/lang/NoClassDefFoundError: org/xmlpull/v1/XmlPullParserException.
when I try to run a MIDlet with KXmlParser.
I have included the kxml2-2.3.0.jar lib into project build path, and it is visible under the 'Referenced libraries'.
I guess that the library is still not included in the Midlet JAR, but do not know how to correct this?
I am using Nokia SDK 1.0 and Eclipse Indigo.