Cannot resolve symbol '?attr/actionBarSize' after updating Android Studio from 2.3 to 3.0 for buildToolsVersion '26.0.2'

后端 未结 16 2515
旧巷少年郎
旧巷少年郎 2021-01-30 08:00

After updating Android Studio from 2.3 to 3.0 I changed buildToolsVersion from 26.0.0 to 26.0.2 and after then I am getting this error:

Cannot reso         


        
16条回答
  •  谎友^
    谎友^ (楼主)
    2021-01-30 08:19

    Same issue here, if you're using AndroidX add this :

    implementation 'androidx.legacy:legacy-support-v4:1.0.0'
    

提交回复
热议问题