原文:Android Error:warning: Ignoring InnerClasses attribute for an anonymous inner class

今天项目发布时遇到了这个问题,在低版本设备上面死活发布不上去,还有打包也打不成功,折腾了好长一段时间,网上大部分给出的 解决方案都是说 在工程的混淆配置文件 proguard rules.pro 中加入下面这句代码即可: keepattributes EnclosingMethod 但是尝试之后还是不行,发布不了,最后使用这种方式解决了,添加之后可以正常发布 在主项目build.gradle这里 ...

2016-12-08 09:35 0 4401 推荐指数:

查看详情

Android错误: Ignoring InnerClasses attribute for an anonymous inner class

项目中加入了一个第三方包,运行时出现了这个错误, Ignoring InnerClasses attribute for an anonymous inner class。 造成这个问题的根本原因是debug证书过期了。 解决方法是:删除掉已过期的debug.keystore,再重新build ...

Tue Oct 16 21:11:00 CST 2012 0 8145
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM