KSOP2 Librarary class not found exception
问题 I've used KSOP2 in my project and it worked all these days. Recently I bought a new machine and moved my project to new machine and imported the ksoap library to project etc etc and when I try to run the application I get following error in the emulator Caused by: java.lang.NoClassDefFoundError: org.ksoap2.serialization.SoapObject this is the place where exception is thrown. SoapObject request = new SoapObject(namesapce, methodname); has is something to do with 64 bit machines?? How come the