小编nat*_*ake的帖子

Android 5.0 - Intellij Gradle:无法解析符号:@color:material_blue_500

我正在尝试按照此链接中的建议自定义材质设计主题: android dev

但是当我将以下代码添加到我的v21/styles文件时,Intellij说它无法解析这些符号.

<resources>

    <!-- Base application theme. -->
    <style name="AppTheme" parent="Theme.AppCompat.Light">
        <!-- customize the color palette -->
        <item name="colorPrimary">@color/material_blue_500</item>
        <item name="colorPrimaryDark">@color/material_blue_700</item>
        <item name="colorAccent">@color/material_green_A200</item>
    </style>

</resources>
Run Code Online (Sandbox Code Playgroud)

我环顾四周,看看是否有任何特殊的设置需要在颜色方面进行,但没有出现任何问题.我在gradle上使用支持lib v7的API 21.

android intellij-idea

8
推荐指数
2
解决办法
1万
查看次数

标签 统计

android ×1

intellij-idea ×1