打包的时候报错,意思是可疑方法调用!
Error: Suspicious method call; should probably call "layout" rather than "onLayout" [WrongCall]
解决方案
build.gradle:
添加
android{
lintOptions { abortOnError false
}
Error: Suspicious method call; should probably call "layout" rather than "onLayout" [WrongCall]
build.gradle:
添加
android{
lintOptions { abortOnError false
}
本文标题:Error: Suspicious method call; s
本文链接:https://www.haomeiwen.com/subject/bytxgftx.html
网友评论