报错Ignoring InnerClasses attribute for an anonymous inner class,但编译运行正常

来源:互联网 发布:淘宝怎么查看消费记录 编辑:程序博客网 时间:2024/06/08 12:26

Language: Java
IDE: Android studio

对于处女座+强迫症程序员,发现程序编译正常,但是报出莫名错误,
如:
Error:warning: Ignoring InnerClasses attribute for an anonymous inner class
Error:(com.unionpay.mobile.android.pboctransaction.a) that doesn’t come with an
Error:associated EnclosingMethod attribute. This class was probably produced by a
Error:compiler that did not target the modern .class file format. The recommended
Error:solution is to recompile the class from source, using an up-to-date compiler
Error:and without specifying any “-target” type options. The consequence of ignoring
Error:this warning is that reflective operations on this class will incorrectly
Error:indicate that it is not an inner class.
———————–我是分割线————————————-

这时候你需要在progaurd文件里面加这个试试
-keep class com.unionpay.mobile.android.*{;}

摘自http://bbs.csdn.net/topics/391964733(x4652660)

0 0
原创粉丝点击