I was trying to build a navigation drawer for which I copied code from some website and I am getting this error in one of the XMLs.
No resource found
In some project templates you find app/src/main/res/values/dimens.xml with only one value:
app/src/main/res/values/dimens.xml
16dp
So you need to add the missing ones to that file:
16dp 16dp 16dp
Hope this helps.