simpligility / ksoap2-android

ksoap2-android - SOAP support for Android
http://simpligility.github.io/ksoap2-android/
Other
543 stars 247 forks source link

NoClassDefFoundError: org.ksoap2.serialization.SoapObject API:19 #132

Closed iman2420 closed 4 years ago

iman2420 commented 5 years ago

Hi. i try to update library from 3.1.1 TO 3.6.4. but i got NoClassDefFoundError in some devices on android version 4.4. how to resolve this problem?

robocik commented 5 years ago

On some Android devices there is a builtin older version of ksoap2 which cause simillar problems. A few customer of EasyWSDL generator encouter this. We solve this problem by repackage a latest version of ksoap2 lib to another package name (using jarjar tool)

iman2420 commented 5 years ago

So please send the correct .jar file to me

robocik commented 5 years ago

Give me your email address. I will send you

iman2420 commented 5 years ago

plus.reflection@gmail.com

robocik commented 5 years ago

I've sent the file. I hope that gmail will allow you to download it

iman2420 commented 5 years ago

But unfortunately I have not received any email from you. You can upload the file in Dropbox and then send it the download link. Many thanks

robocik commented 5 years ago

I have uploaded this file to my server. Here is the link. https://easywsdl.com/Content/Download/ksoap2-android-assembly-3.6.4-jar-with-dependencies-jarjar.jar Please let me know when you download it so I will remove it

iman2420 commented 5 years ago

I download it. Thank you so much...

robocik commented 5 years ago

Please let me know if this repackaged jar solves your problem

krudos commented 4 years ago

can you share the file again? i am having issues with android 4.4.4 thanks!