Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 Android 应用程序中使用 KSOAP2。
我找到了使用 HttpTransport 类的示例,但 eclipse 在 ksoap2-android-assembly-2.6.5-jar-with-dependencies.jar 中找不到它。
但是找到了 HttpTransportSE 类。
为什么我不能使用 HttpTransport 类?
首先检查 jar 文件是否正确包含在您的类路径中。
假设您的类路径设置正确并且 jar 文件已正确添加。然后将jar文件的扩展名从.jar更改为.zip,解压jar文件,然后检查HttpTransport类是否在zip文件中。
如果 jar 文件中没有类文件“HttpTransport.class”,那么它将无法在您的代码中找到。