原文:AAPT: error: resource android:attr/dialogCornerRadius not found. Android resource linking failed

打開android app build.gradle 修改compileSdkVersion和targetSdkVersion ...

2020-08-03 10:08 0 2401 推薦指數:

查看詳情

Android:Gradle報錯——No resource found that matches the given name (at 'dialogCornerRadius' with value '?android:attr/dialogCornerRadius')

今天在使用科大訊飛語音識別SDK進行語音識別功能實現時,莫名的引入了這個錯誤。不得不吐槽Android Studio再引入別的包時太容易出現沖突,然后導致無法找到R文件,項目無法執行。 1. 具體報錯 2. 報錯原因 在build項目時默認使用了values-v28下 ...

Wed May 30 16:43:00 CST 2018 0 5971
 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM