Error:(9, 5) error: resource android:attr/dialogCornerRadius not found

后端 未结 16 1987
攒了一身酷
攒了一身酷 2020-12-02 12:28

So I installed android studio 3.0.1 and as soon as it opened the gradle built and showed the following errors. I tried adding dependencies such as design and support but in

16条回答
  •  攒了一身酷
    2020-12-02 13:12

    Found a neat plugin to solve this: cordova-android-support-gradle-release

    cordova plugin add cordova-android-support-gradle-release --variable ANDROID_SUPPORT_VERSION=27.+ --save

提交回复
热议问题