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.
你好
我是安卓新手。我想使用 ksoap 连接到 Web 服务。我见过很多例子。但我无法弄清楚的赌注是如何在 eclips 中安装 ksoap
这样我就可以导入 ksoap 库
导入 org.ksoap2;
您将任何 Jar 文件添加到您的项目中,如下所示:
ksoap2 jar 文件可以在这个链接上找到:
http://code.google.com/p/ksoap2-android/downloads/detail?name=ksoap2-android-assembly-2.4-jar-with-dependencies.jar&can=2&q=
如果您使用的是 Eclipse IDE,请将 jar 文件复制到项目的 libs 文件夹中。jar 文件可以在这里找到:jar 文件 ksoap2