exception while using ksoap2 library for android

前端 未结 2 880
面向向阳花
面向向阳花 2020-12-19 08:06

I\'m using Ksoap2 version 2.5.4 in my maven enabled android Project. Any reference to the Ksoap specific classes is throwing this exception

04-18 20:35:15.42         


        
相关标签:
2条回答
  • 2020-12-19 08:16
    • 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
    0 讨论(0)
  • 2020-12-19 08:19

    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.

    0 讨论(0)
提交回复
热议问题