If your app and your libraries have all been built with a new JDK (7+) and you are still getting this, then you can fix this problem by telling Proguard to keep the enclosing method attribute. Just add the following to your Proguard rules:
-keepattributes EnclosingMethod
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…