0

I have provide reference of ksoap2 jar in my android project in eclipse. Still I'm getting the error: NoclassDefFoundError:org.ksoap2.serialization.SoapObject Could some one help me to solve this issue. Thanks in advance.

nitha
  • 31
  • 5

1 Answers1

1

Turns out external jars such as

ksoap2-android-assembly-2.6.2-jar-with-dependencies.jar

to be put under /libs folder so Eclipse ADT automatically adds your jars to the buildpath of your application. It was a buildpath missing defined class error after all.. I hope this will help you, too!

mohsin raza
  • 665
  • 1
  • 7
  • 20