I am trying to create a signed APK with Eclipse 3.7.1, running Proguard 4.7 as part of the pr
I met the same problem but it disappeared when I changed my output class format to 1.6. it seems spenlib.jar is compiled with class format 1.6 and your compiler is set to 1.5 or vice versa. I have no idea why proguard complain on it but it worked.