简体   繁体   中英

need source code of libraries to run on 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.

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.

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM