遇到一個奇怪的錯誤信息啼止,只提示報錯走净,并不影響編譯、運行和打包
但是看著很不爽谴餐,于是解決之……
錯誤信息
Cannot access 'androidx.core.view.MenuHost' which is a supertype of '*************'.
Check your module classpath for missing or conflicting dependencies
解決思路
- 查找官方文檔 androidx.core.view.MenuHost
- 從 1.7.0 開始菩咨,添加了 MenuHost 接口
- 因此吠式,嘗試引入 androidx.core:core:1.7.0
implementation 'androidx.core:core:1.7.0'
參考資料
developer.android.google.cn:可能需翻墻