error: resource android:attr/dialogCornerRadius not found. Message{kind=ERROR, text=error: resource
程序员文章站
2024-03-14 08:47:28
...
错误提示:
error: resource android:attr/dialogCornerRadius not found.
Message{kind=ERROR, text=error: resource android:attr/dialogCornerRadius not found., sources=[D:\Android\Android Studio\.AndroidStudio.3\.gradle\caches\transforms-1\files-1.1\appcompat-1.0.0-beta01.aar\1e4626829b1ac4ccf839adee18d36ebd\res\values-v28\values-v28.xml:9:5-12:13], original message=, tool name=Optional.of(AAPT)}
解决办法:
将当前项目中的build.gradle文件中的targetSdkVersion和compileSdkVersion 的版本改为28即可,如下图: