使用 Android 的 XMLRPC 时安装错误:INSTALL_FAILED_MISSING_SHARED_LIBRARY

发布于 2024-09-10 00:18:25 字数 198 浏览 7 评论 0原文

我有一个使用 xmlrpc 库的 android 项目。我下载了 xmlrpc 库并导入到我的 eclipse 工作区中。然后我将它添加到我的 android 项目的构建路径中并使用它。当我在模拟器中运行时,出现此错误:“安装错误:INSTALL_FAILED_MISSING_SHARED_LIBRARY”。 xmlrpc 类没有被打包到我的 android 项目中吗?帮助...

I have an android project that uses the xmlrpc library. I downloaded the xmlrpc library and imported into my eclipse workspace. I then added it to the build path in my android project and use it. When I go to run in the emulator, I get this error: "Installation error: INSTALL_FAILED_MISSING_SHARED_LIBRARY". Are the xmlrpc classes not being packaged into my android project? Help...

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

维持三分热 2024-09-17 00:18:25

如果您尝试在设备上安装地图应用程序(即 AVD 不支持 Google API),则会发生此错误。
尝试使用 Google API 创建一个新的 AVD 并使用它。这对我的情况有帮助。

This error happens if you try to install your Map application on a device (i.e.) AVD doesn't have Google API support.
Try creating a new AVD with Google API and use that. It helped in my case.

伴随着你 2024-09-17 00:18:25

当我为 android 添加 xmlrpc 库时,我也遇到了这个错误,我通过将 xmlrpc 库的整个包从库的 src 文件夹复制到我的项目来解决它。

I had this error too when I added xmlrpc library for android , I solved it by copying the whole package of xmlrpc library from src folder of library to my project.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文