exception while using ksoap2 library for android

[亡魂溺海] 提交于 2019-11-29 10:48:05
  • In your build path clear all libraries (jar files).
  • In project's main directory create a folder and named it "libs" (not "lib").
  • Now Eclipse ADT Plugin will add your jar files to build path.
  • Clean & Build your project if necessary.
  • Happy coding

I had the same problem.I have added ZIP file instead of jar file to external library, you need to add only the JAR file.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!