天天看点

AAPT: error: resource android:attr/dialogCornerRadius not found.

  • 具体错误
C:\Users\quantum6\.gradle\caches\transforms-2\files-2.1\e04e617f30a871c507d163331b100d66\appcompat-1.1.0\res\values-v28\values-v28.xml:5:5-8:13: AAPT: error: resource android:attr/dialogCornerRadius not found.      
  • 解决办法
versionCompiler = 28
    versionTarget = 28      

继续阅读