java.lang.noclassdeffounderror: org.ksoap2.serialization.SoapObject

一世执手 提交于 2019-11-27 02:09:25

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!

Mustafa

Tibor Gáthy

Go to Properties -> Java Build Path

Add ksoap2-android-assembly-2.6.2-jar-with-dependencies.jar as external jar

Go to the Order and Export tab on the same popup window

Check the box against the newly added jar

(see: NoClassDefFoundError - Eclipse and Android)

Juan Chipoco

What I did:

  1. Download ksoap2-android-assembly-2.6.5-jar-with-dependencies, if you see it comes with zip extension. Change it to jar extension.
  2. Copy the jar file to libs folder on your project.
  3. Rebuild your project.
标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!