An app works flawlessly with all Android devices except Android 4.2 ones.
The app uses ksoap2-android, an imported Maven project that has been added to the build path of the app project. Again, the app works fine with all Android devices, but generates the following error with Android 4.2:
Could not find class 'org.kxml2.kdom.Node', referenced from method org.ksoap2.SoapEnvelope.parseBody
org.kxml2.kdom.Node is a part of Maven dependencies of ksoap2-android.
What are the possible causes of this error unique to Android 4.2?