混淆注意事项 Posted on 2018-04-09 | In Android | Views: 当 Debug 版本正常运行,Release 版本出现问题时,第一个想到的可能因素就应该是代码混淆导致的。 打包配置 开启 Debug在 build.gradle 中 buildType -> release -> debuggable true 混淆文件配置注意记录为主~ 防止声明混淆12-keepattributes *Annotation*-keepattributes JavascriptInterface