Mert
Mert

Reputation: 6572

kSoap 2 2.6.5 Could not find class 'org.ksoap2.serialization.SoapObject'

Caused by: java.lang.NoClassDefFoundError: org.ksoap2.serialization.SoapObject

I need something new on ksoap 2 so I updated to 2.6.5 but I doesn't work. gave me this error. but Its builds with no exception. I suspect about this one not sure; I have ksoap2 in libs after I add jar It also appear on root (src - gen - android 4.0.3 - ksoap2 - assets bla bla)

thanks for your time in advance.

Upvotes: 1

Views: 6660

Answers (2)

Mady Cool
Mady Cool

Reputation: 109

This is the link you may find this jar file it works for me.

Click Here

Upvotes: 1

hana
hana

Reputation: 66

Well, to make the solution a bit clear for the next followers:

  1. right-click on your project -> property
  2. select Java Build Path
  3. tab order and export -> check on your jar library file which is KSOAP jar for issue.

Good luck!

Upvotes: 5

Related Questions