Can anybody help why I am getting an error in the following?
Error:(7, 41) No resource found that matches the given name (at \'dialogCornerRadius\'
Change the following depedencies in your gradle:
compile 'com.android.support:design:+'
to:
compile 'com.android.support:design:26.1.0'
'com.android.support:appcompat-v7:26.+'
to:
'com.android.support:appcompat-v7:26.1.0'
Please note that you can specify any version, but make sure they both have the same version.
This will make sure that values-28.xml file is not created.