I can trigger the Ignoring InnerClasses message by using .class files (in a lib) that were compiled for <= 1.4 compatibility. I believe something in the older .class format confuses the dex tool.
Workaround: use .class files that are compiled for 1.5+ compatibility. However, I doubt the warning is related to the disconnect. On Nov 8, 10:08 am, Marton Kodok <[email protected]> wrote: > After I redownloaded eclipse and the newest SDK, > I have this problem... > > Waiting for HOME ('android.process.acore') to be launched... > 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.) > 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.) > 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.) > 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.) > emulator-5554 disconnected! Cancelling '...........'! > > Please help... > > -- > Márton -- You received this message because you are subscribed to the Google Groups "Android Beginners" 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-beginners?hl=en

