我在构建应用程序时在 android studio 中遇到了 Android 资源链接失败错误。我不知道如何解决这个问题。我是 Android Studio 的新手 [关闭]
Posted
技术标签:
【中文标题】我在构建应用程序时在 android studio 中遇到了 Android 资源链接失败错误。我不知道如何解决这个问题。我是 Android Studio 的新手 [关闭]【英文标题】:Android resource linking failed error i got in android studio while building the App . I don't know how fix this issue . I am new to Android Studio [closed] 【发布时间】:2021-08-02 06:03:46 【问题描述】:[1]这是我得到的输出和错误的截图。
[1]:图片链接https://i.stack.imgur.com/z2kUz.jpg
【问题讨论】:
【参考方案1】:出现此错误是因为您使用了尚未定义的颜色值。您必须在 colors.xml
中为您用于主题的颜色定义颜色值。
喜欢黑色<color name="Black">#000000</color>
【讨论】:
【参考方案2】:在你的 colors.xml 和 colors.xml(night) 中添加你在项目中使用的所有颜色值,因为你使用的是 dayNight 主题和错误,会去
【讨论】:
以上是关于我在构建应用程序时在 android studio 中遇到了 Android 资源链接失败错误。我不知道如何解决这个问题。我是 Android Studio 的新手 [关闭]的主要内容,如果未能解决你的问题,请参考以下文章
在 Max OS X 上进行 packageDebug 时在 Android Studio 中启动错误的问题
使用基于 Gradle 的配置时在 Android Studio (IntelliJ) 上运行简单的 JUnit 测试
Android Studio - 调试 android 应用程序时在哪里可以看到调用堆栈?
运行 Espresso 测试时在 Android Studio 中找不到属性 android:forceQueryable