androidstudio打包Apk出错:Warning:Exception while processing task java.io.IOException: proguard.ParseExct

                                      androidstudio打包Apk出错:Warning:Exception while processing task java.io.IOException: proguard.ParseExct_第1张图片

使用环境:

                遇到错的时候使用。

解决方法:

                Warning:Exception while processing task java.io.IOException: proguard.ParseException: Expecting class member name before '@' in line 879 of file 'E:\work_space\yaruiclient\app\build\intermediates\proguard-rules\release\aapt_rules.txt'

                     1 根据报错提示:

                           aapt_rules.txt文件的第879行报错

                            androidstudio打包Apk出错:Warning:Exception while processing task java.io.IOException: proguard.ParseExct_第2张图片


                       可以看到出错的地方在一个项目里文件中:


                        xiaohuang界面的addInfoItem(...)方法

                    

                     2看看该文件中有没有onClick的,检查他的点击事件是怎么写的。

androidstudio打包Apk出错:Warning:Exception while processing task java.io.IOException: proguard.ParseExct_第3张图片


                      就这样,我的问题解决了。

                      本篇当然是转载别人的,但是忘了是哪位前辈,谢谢。

                       有需要探讨的请联系:

                        QQ:532245792   欢迎留言……


你可能感兴趣的:(转载他人)