exception while using ksoap2 library for android

前端 未结 2 894
面向向阳花
面向向阳花 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

提交回复
热议问题