需要库的源代码才能在android上运行

发布于 2024-09-28 12:50:45 字数 316 浏览 3 评论 0原文

我需要这些库的源代码:

  • commons-codec-1.3
  • commons-httpclient-3.0.1
  • commons-logging-1.1
  • log4j-1.2.14
  • jaxb-ri-2.1

我需要代码在android应用程序的eclipse中重新编译它并使用它使用 javax.xml 包,正如您所知,javax.xml 不能在 android 项目的 eclipse 中使用。 所有这一切都是为了使用 Amazon-EC2 SDK 从 Android 手机访问它们。

I need the sourcecode for these libraries:

  • commons-codec-1.3
  • commons-httpclient-3.0.1
  • commons-logging-1.1
  • log4j-1.2.14
  • jaxb-ri-2.1

I need the code to recompile it in eclipse in android app and use it with javax.xml packages as you know javax.xml can not be used in eclipse in an android project.
All of this is to use the Amazon-EC2 SDK to access them from android mobile.

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

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

发布评论

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

评论(2

关于从前 2024-10-05 12:50:45

所有这些都是使用 amazon-ec2 sdk 从 Android 手机访问它们

您的 JAR 列表不正确。 当前的 AWS Java SDK 不使用 log4j 或 jaxb,但使用其他库。

您可能最好找到另一种方式来访问需要较少第三方依赖项的 Amazon AWS API,例如 typica ,或者直接使用 HttpClient 调用查询 API

all of thes is to use amazon-ec2 sdk to access them from android mobile

Your list of JARs is incorrect. The current AWS Java SDK does not use log4j or jaxb, but does use other libraries.

You may better served finding another way to access the Amazon AWS API that requires fewer third-party dependencies, such as typica, or simply invoking the query API directly using HttpClient.

香橙ぽ 2024-10-05 12:50:45

所有这一切都是为了使用 Amazon-EC2 SDK 从 Android 手机访问它们。

AWS 现在为 Android 开发人员提供专用的AWS 开发工具包。我会看一下这个,因为它可以提供您需要的功能,而无需满足许多其他依赖项。

All of this is to use the Amazon-EC2 SDK to access them from android mobile.

AWS now provides a dedicated AWS SDK for Android developers. I would take a look at this as it may provide the functionality you need without you having to satisfy a lot of other dependencies.

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