fatima wrote: > Hi.I have a same problem. When I was trying to run CometdChat > Program,this warning be appeard : [2009-07-10 20:08:36 - cometdchat] > 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.) What is it? What > should I do?
At least in some cases, that means you imported a precompiled JAR that is not fully compatible, possibly due to references to missing platform classes. If you can, get the source code for that project and include the source, rather than the JAR, in your project, and then fix whatever compiler errors you wind up with. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy Android 1.5 Programming Books: http://commonsware.com/books.html --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

