android源代码打包时,出现Obsolete proguard file
zxc852905168吧
全部回复
仅看楼主
level 8
zxc852905168 楼主
、依次打开
Window > Show View > Other > android > Lint Warnings
2、修改 proguard.cfg 文件 ,把有错行的 "keepclasseswithmembernames" 改为"keepclasseswithmembers"
3、重编绎 (点Lint Warnings view里的灯泡左边的refresh按钮)
4、如果还报错,就接着改相应行
2016年08月31日 02点08分 1
1