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

Morning it was working fine, but When I made a build it downloaded some items and thrown this error. Is this because of Android P Update in market?

INFO
 @ionic/cli-utils  : 1.19.1
    ionic (Ionic CLI) : 3.19.1

global packages:

    cordova (Cordova CLI) : 7.1.0

local packages:

    @ionic/app-scripts : 2.1.3
    Cordova Platforms  : android 6.3.0
    Ionic Framework    : ionic-angular 3.6.0

System:

    Android SDK Tools : 26.0.2
    Node              : v7.8.0
    npm               : 4.2.0
    OS                : Windows 10

Environment Variables:

    ANDROID_HOME : C:\Users\dell2\AppData\Local\Android\sdk

Misc:

    backend : legacy

Waiting for the answer too

hi @adityajaiz is your issue solved ?

I’ve added the following plugin to the config.xml:

plugin name=“cordova-android-support-gradle-release” source=“npm” spec=“1.2.0”

it resolved my problem.

8 Likes

You are the solution to all of my problems for the last week. Thank you. How did you find this solution?

i had same issue so i did more R&D over internet then i found this solution somewhere on internet :slight_smile:

Tks. It solved mine too.

Thank you very much, after install this plugin error solved.

Can i add this line to android studio or vsCode, config.xml?

1 Like

Package.json then run npm install