ViewBinding使用时出现Could not find method viewBinding() for arguments错误
生活随笔
收集整理的這篇文章主要介紹了
ViewBinding使用时出现Could not find method viewBinding() for arguments错误
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
我的新書《Android App開發入門與實戰》已于2020年8月由人民郵電出版社出版,歡迎購買。點擊進入詳情
歡迎加入Android開發交流QQ群:
在app的build.gradle中android內配置了:
viewBinding {
enabled = true
}
編譯時報錯:Could not find method viewBinding() for arguments.
解決方案
請檢查以下幾點是否配置正確:
總結
以上是生活随笔為你收集整理的ViewBinding使用时出现Could not find method viewBinding() for arguments错误的全部內容,希望文章能夠幫你解決所遇到的問題。