I used KSOP2 in my project and it has been working all these days. I recently bought a new machine and transferred my project to a new machine and imported the ksoap library for the project, etc. Etc., And when I try to run the application, I get the following error in the emulator
Caused by: java.lang.NoClassDefFoundError: org.ksoap2.serialization.SoapObject
This is where the exception is thrown.
SoapObject request = new SoapObject(namesapce, methodname);
has something to do with 64-bit machines?
Why did the application that worked all these days suddenly stop working? Can someone enlighten me please. I am stuck in this. Thanks for your time in advance.
source share