美文网首页
Error: Suspicious method call; s

Error: Suspicious method call; s

作者: Everglow_111 | 来源:发表于2018-09-06 12:02 被阅读0次
打包的时候报错,意思是可疑方法调用!

Error: Suspicious method call; should probably call "layout" rather than "onLayout" [WrongCall]

解决方案
build.gradle:
添加 
android{
lintOptions { abortOnError false
  }
如果没效果 就在报错的方法前添加 @SuppressLint("WrongCall")试试

相关文章

网友评论

      本文标题:Error: Suspicious method call; s

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