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:
buildToolsVersion
Cannot reso
Nothing helped, but changing:
?attr/actionBarSize to ?android:attr/actionBarSize did the job.
?attr/actionBarSize
?android:attr/actionBarSize
That's actually a bug in few versions. Even if you won't fix it, Android will automatically fix it at runtime.