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.
Asked
Active
Viewed 683 times
0
-
please post your code. we can help only if you post the code – Parth Doshi Jul 11 '12 at 12:01
1 Answers
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