【发布时间】:2017-08-26 22:53:27
【问题描述】:
当我尝试在 Android Studio 中启动我的应用时,它会产生 3 个如下错误:
错误:(3) 检索项目的父项时出错:未找到与给定名称“android:TextAppearance.Material.Widget.Button.Borderless.Colored”匹配的资源。
错误:(4) 检索项目的父项时出错:未找到与给定名称“android:TextAppearance.Material.Widget.Button.Colored”匹配的资源。
错误:任务 ':app:processDebugResources' 执行失败。
com.android.ide.common.process.ProcessException: org.gradle.process.internal.ExecException: Process 'command 'C:\Games\AndroidSDK\build-tools\25.0.2\aapt.exe'' 完成非零退出值 1 Here is an image of what I see when I try to start the App
【问题讨论】:
-
请显示 gradle 文件
标签: android android-gradle-plugin