Page 1 of 1

Annoying warnings while building Android apps

Posted: 07 Dec 2010, 13:20
by stager
Hi,

dex tool from Android SDK emits a bunch of following warnings during application build process if application uses Java/Android SmartFox SDK:

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.)

It looks like one or more of the .jar files from SDK cause these warnings. It doesn't affect application functionality, everything works fine, but it can hide more important warnings or messages.

Is there any chance, that "problematic" .jar files will be recompiled to suppress these warnings in one of the next releases? As far as I know it should be enough to recompile with Java 1.4 or earlier compatibility disabled.

Thanks.