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?
Asked
Active
Viewed 363 times
0
-
I think that warning means the JARs are old, probably compiled for a different Java version. I checked the JAR you mentioned and the `LogFactory` class files were created in November 2007, so that makes sense. But also, this is a warning, not an error, so it shouldn't break the build. Is it? – Steve Blackwell Aug 15 '12 at 17:07
-
@SteveBlackwell It breaks the build,The eclipse either freezes or throws error saying "Java Heap Space " – Rangesh Aug 15 '12 at 17:27