原文:v28 error: resource android:attr/dialogCornerRadius not found.

問題:v error: resource android:attr dialogCornerRadius not found. 解決:compileSdkVersion,targetSdkVersion,buildToolsVersion修改為一致,例如都是 . 分析:可能版本不統一,導致文件找不到。 ...

2020-05-29 17:18 0 4267 推薦指數:

查看詳情

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