i want to run a existing project.but when i imported the ksoap2-android-assembly-2.6.5-jar-with-dependencies.jar
,the error occurred.
import org.ksoap2.transport.AndroidHttpTransport;
i can't find AndroidHttpTransport
method in package org.ksoap2.transport
.
how can i deal with it?