-2

Why are these errors showing up?

done/app/build/intermediates/res/merged/debug/values-v28/values-v28.xml 

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

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

Error: Execution failed for task ':app:processDebugResources'. com.android.ide.common.process.ProcessException: Failed to execute aapt
Abhinav Saxena
  • 1,990
  • 2
  • 24
  • 55
user3385125
  • 131
  • 1
  • 4

1 Answers1

0

these is related to build version issue 27.0.3. In app gradle decrease build tool version first and delete .gradle ,.idea and gradle folder and rebuild project problem is solve .

user3385125
  • 131
  • 1
  • 4