error: resource android:attr/dialogCornerRadius not found

Issue

I wanna run an app from android studio, but i give these errors
How can i solve it?
(i just installed androidStudio)photo errors

Solution

Add this to your build.gradle file:

   implementation "androidx.appcompat:appcompat:1.3.1"

Answered By – Danish

This Answer collected from stackoverflow, is licensed under cc by-sa 2.5 , cc by-sa 3.0 and cc by-sa 4.0

Leave a Reply

(*) Required, Your email will not be published