美文网首页
debug时出现cannot find local variab

debug时出现cannot find local variab

作者: young蛘 | 来源:发表于2019-12-03 15:33 被阅读0次

可能有三种情况导致debug时不显示局部变量,提示cannot find local variable

1.是因为混淆app/gradle开启,minifyEnabled true的问题,设为false就行了。 

2.如果使用了jacoco,删除testCoverageEnabled true,或设置为false。

3.如果是插件化项目,插件打包时要选择debug模式。

相关文章

网友评论

      本文标题:debug时出现cannot find local variab

      本文链接:https://www.haomeiwen.com/subject/lvwcgctx.html