打包混淆jar,aar,方法参数名变var1,var2之类的无意义参数名怎么办 问题: 解决: 在proguard-rules.pro混淆文件中添加 #参数名不参与混淆 -keepparameternames 完美解决。