Error:(9, 5) error: resource android:attr/dialogCornerRadius not found

后端 未结 16 2057
攒了一身酷
攒了一身酷 2020-12-02 12:28

So I installed android studio 3.0.1 and as soon as it opened the gradle built and showed the following errors. I tried adding dependencies such as design and support but in

16条回答
  •  囚心锁ツ
    2020-12-02 13:15

    In my case, this error ocurred while i was using the

    implementation 'com.android.support:appcompat-v7:+'
    implementation 'com.android.support:design:+'
    

    libraries together with googles

    implementation 'com.google.android.material:material-components:+'
    

    library. If this is the case in your project, i highly recommend to fully remove the google material components library from your project.

提交回复
热议问题