exception while using ksoap2 library for android

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

提交回复
热议问题