Android Error Resouce dialogCornerRadius Not Found

Oct 22, 2018
values-v28.xml:7: error: resource android:attr/dialogCornerRadius not found

If you are using support libraries version 28, you should change to compileSdkVersion 28 as well.

android {
    compileSdkVersion 28
    defaultConfig {
        targetSdkVersion 28
    }
}

dependencies {
    def android_support_library_version = '28.0.0'
    implementation "com.android.support:appcompat-v7:$android_support_library_version"
    implementation "com.android.support:design:$android_support_library_version"
    implementation "com.android.support:support-vector-drawable:$android_support_library_version"
    implementation "com.android.support:support-v4:$android_support_library_version"
}

❤️ Is this article helpful?

Buy me a coffee ☕ or support my work via PayPal to keep this space 🖖 and ad-free.

Do send some 💖 to @d_luaz or share this article.

✨ By Desmond Lua

A dream boy who enjoys making apps, travelling and making youtube videos. Follow me on @d_luaz

👶 Apps I built

Travelopy - discover travel places in Malaysia, Singapore, Taiwan, Japan.