【发布时间】:2018-08-16 15:53:40
【问题描述】:
为什么会出现这些错误?
done/app/build/intermediates/res/merged/debug/values-v28/values-v28.xml
Error: (7, 41) No resource found that matches the given name (at 'dialogCornerRadius' with value '?android:attr/dialogCornerRadius').
Error: (7, 41) No resource found that matches the given name (at 'dialogCornerRadius' with value '?android:attr/dialogCornerRadius').
Error: Execution failed for task ':app:processDebugResources'. com.android.ide.common.process.ProcessException: Failed to execute aapt
【问题讨论】:
-
用
buildToolsVersion添加你的gradle。 -
请提供您正在尝试执行的操作的详细信息以及导致此错误的代码
-
上次代码正常工作,但现在报错
-
更新你的 buildTools
-
您最近是否更新了构建工具和平台?这似乎与昨晚发布的 Android P 开发者预览版有关。
标签: android