简体   繁体   中英

Android AWS SDk

I am trying to access Amazon web Service :Simpledb via Android, i downloaded the androidawsSDk-1.3.3 and added the necessary Jar in "libs" folder of my project and configured BuildPath. But i end up with either Eclipse Freezing or DX warning :Ignoring innerclasses attributes for an anonymous innerclass (org.apache.commons.logging.LogFactory $1). I did try to clean and build the project again.Any Solutions for this problem?

I did these,

  • Right click Eclipse->Properties ->Target and

  • add the following -vmargs -Xms512m -Xmx512m -XX:PermSize=128m -XX:MaxPermSize=128m ,

  • clean and build it .

Its working fine now.

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