as中出現錯誤:android.widget.Toolbar cannot be cast to androidx.appcompat.widget.Toolbar

在學習《第一行代碼》時,學習toolbar時候遇到了一些錯誤,記錄下來。 出現錯誤的原因可能有3個方面: 1.引入的依賴錯誤: 在app下的build.gradle中的dependencies下添加 implementation ‘com.android.support:appcompat-v7:28.0.0’ 2.xml中的toolbar添加錯誤 <androidx.appcompat.widg
相關文章
相關標籤/搜索