Reputation: 728
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?
Upvotes: 0
Views: 366
Reputation: 728
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.
Upvotes: 1