I also get this error hundreds of times over when I try running the Android program:
Dx warning: Ignoring InnerClasses attribute for an anonymous inner class (com.google.inject.internal.cglib.core.$AbstractClassGenerator$1) that doesn't come with an associated EnclosingMethod attribute. This class was probably produced by a compiler that did not target the modern .class file format. The recommended solution is to recompile the class from source, using an up-to-date compiler and without specifying any "-target" type options. The consequence of ignoring this warning is that reflective operations on this class will incorrectly indicate that it is *not* an inner class. Also, specifically for the Cloudsigma and Blobstore jar files I get: [2014-03-11 15:37:40 - Dex Loader] Unable to execute dex: Multiple dex files define Lorg/jclouds/blobstore/AsyncBlobStore; [2014-03-11 15:37:40 - androidguitool] Conversion to Dalvik format failed: Unable to execute dex: Multiple dex files define Lorg/jclouds/blobstore/AsyncBlobStore; so I can't include those jar files or the program errors and wont run. On Tue, Mar 11, 2014 at 3:30 PM, Jeremiah Robertson <[email protected]>wrote: > Well that's the other thing. When I use either all of the 1.8.0-SNAPSHOT > or 1.7.0 in my program, it doesn't work. When I use the 1.7.0, I get errors > when trying to use the rackspace-cloudservers-us as a provider, and so I > talked with Ignasi and I used the 1.8.0-SNAPSHOT for the rackspace provider > and then it worked. But if I switch all of the jar files to the > 1.8.0-SNAPSHOT I can't get the aws-ec2 provider to work. Anyways, I do know > that the java swing app works with the mix of the 2. I may need to fill out > a JIRA for the SNAPSHOT and see if I can reproduce the error I'm having > with it. > > > On Tue, Mar 11, 2014 at 3:14 PM, Andrew Phillips <[email protected]>wrote: > >> Here are all of the jar files: >>> >> >> You have a mix of 1.7.x and 1.8.0-SNAPSHOT files here. That will not work >> - could you use 1.7.x or 1.8.0-SNAPSHOT for *all* dependencies..? >> >> ap >> > > > > -- > Jeremiah Robertson > Georgia Tech Junior > Aerospace Engineering > Grand Challenges Program > [email protected] > 417.207.1563 > -- Jeremiah Robertson Georgia Tech Junior Aerospace Engineering Grand Challenges Program [email protected] 417.207.1563
