No resource found that matches the given name (at 'dialogCornerRadius' with value '?android:attr/dialogCornerRadius')

后端 未结 9 1814
孤街浪徒
孤街浪徒 2020-11-30 05:42

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\'

9条回答
  •  失恋的感觉
    2020-11-30 06:25

    I fixed this issue by selecting

    API 27+: Android API 27, P preview (Preview)

    in the project structure settings. Following image shows my setting. The 13 errors that were coming while building the app, have disappeared.

提交回复
热议问题