error Message:Could not find class * * Referenced from Method * *
05-21 22:51:22.548:E/DALVIKVM (226): Could not find class ' Org.ksoap2.serialization.SoapObject ', referenced from method c N.hi.bar.api.localaccessor.updatecontacttowebservicE
Cause of error and solution: 1. The project did not import the jar package, if it is to import someone else's project into their eclipse, you need to right-click the project bulid path->add Libraries->user library-> User Libraries->new (from a name casuallyA)->add Jars (Add the required jar package to theAMedium):
2. No settings in properties, right-click Project->properties->java Build Path->order and Export will be newly createdATick and click OK to do it. : This allows the jar package to be compiled together into an. apk file. Running under the emulator will not could the not find class * * Referenced from Method * * error.
Android Development Error--could not find class