Have an “'Resource.Attribute' does not contain a definition for 'actionBarSize'” error

后端 未结 6 923
情书的邮戳
情书的邮戳 2020-12-18 20:40

Was trying to debug an empty app and got \"\'Resource.Attribute\' does not contain a definition for \'actionBarSize\'\" error. I have reinstalled android SDK\'s.

<         


        
6条回答
  •  眼角桃花
    2020-12-18 21:09

    Check all your axml twice in my case i write android:src="@drawable/ic_action_content_new" this line in my axml file but in my drawable there is no file whose name id "ic_action_content_new"

提交回复
热议问题