Eclipse 使用 Android XML-RPC 帮助
我知道这是一个新手问题,但我无法将 android-xmlrpc 正确连接到 eclipse 中的 android 项目中。该项目网站没有提供任何建议,而且我几乎没有使用 Eclipse 进行开发的经验。有人可以告诉我将库正确放入我的 android 项目的必要步骤吗?
I know this is a noobish question, but I cannot get android-xmlrpc properly hooked into my android project in eclipse. The project website offers no advice and I have little experience developing with eclipse. Could someone please tell me the necessary steps to get the library properly into my android project?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
android-xmlrpc 似乎已经是一个 Eclipse 项目了。
尝试在工作区的某个位置解压缩它。然后进入 Eclipse 菜单:File ->导入...,然后选择“现有项目到工作区”并选择具有未压缩版本的目录。
假设您已经有了 Eclipse ADT 插件,一切看起来都应该没问题。
android-xmlrpc seems to be an Eclipse project already.
Try uncompressing it somewhere in your workspace. And then goto Eclipse menu: File -> Import... and then pick "Existing Projects into Workspace" and select the directory with the uncompressed version.
Assuming you already have the Eclipse ADT plugin, everything should look Ok.
我尝试遵循 mschonaker 的方法,但在导入后构建路径时遇到问题。遵循本教程对我有用:
http://www.codeforest.net/how-to-build-php-xml-rpc-server-client-and-android-app
I tried following mschonaker's approach, but I had problems with build paths after the import. Following this tutorial worked for me:
http://www.codeforest.net/how-to-build-php-xml-rpc-server-client-and-android-app