On Feb 22, 1:18 pm, Mark Murphy <[email protected]> wrote: > jjbunn wrote: > > but > > then external jars that appear to prevent the app from being built. > > For example: > > > warning: Ignoring InnerClasses attribute for an anonymous inner class > > that doesn't come with an associated EnclosingMethod attribute. (This > > class was probably produced by a broken compiler.) > > > and then: > > > [2009-02-22 13:00:21 - Dex Loader] Unable to execute dex: null > > Conversion to Dalvik format failed: Unable to execute dex: null > > > Can anyone explain what might be going wrong here? > > If the JARs in question are open source, you might try recompiling the > source locally. I have had some problems like this clear up when I used > a consistent compiler, rather than relying upon a pre-compiled JAR that > may have used some other edition of the compiler. > > -- > Mark Murphy (a Commons Guy)http://commonsware.com > Android Training in Sweden --http://www.sotrium.com/training.php
Hi Mark, Many thanks ... this sounds like a good plan. However, there are quite a few of them, ten in total. Is there a way of converting the jars directly rather than finding all the source and recompiling that, or should I bite the bullet? Julian Julian --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

