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
Same issue here, if you're using AndroidX add this :
AndroidX
implementation 'androidx.legacy:legacy-support-v4:1.0.0'