【Bug】Android resource linking failed和error: failed linking references.

简介: 【Bug】Android resource linking failed和error: failed linking references.

Android resource linking failed

com.example.test3.app-mergeDebugResources-17:/values/values.xml:1213: error: resource color/colorPrimary (aka com.example.test3:color/colorPrimary) not found.

com.example.test3.app-mergeDebugResources-17:/values/values.xml:1214: error: resource color/colorPrimaryDark (aka com.example.test3:color/colorPrimaryDark) not found.

com.example.test3.app-mergeDebugResources-17:/values/values.xml:1215: error: resource color/colorAccent (aka com.example.test3:color/colorAccent) not found.

com.example.test3.app-mergeDebugResources-17:/values/values.xml:1213: error: resource color/colorPrimary (aka com.example.test3:color/colorPrimary) not found.

com.example.test3.app-mergeDebugResources-17:/values/values.xml:1214: error: resource color/colorPrimaryDark (aka com.example.test3:color/colorPrimaryDark) not found.

com.example.test3.app-mergeDebugResources-17:/values/values.xml:1215: error: resource color/colorAccent (aka com.example.test3:color/colorAccent) not found.

error: failed linking references.

我想说,如果在网上其他地方找了很长时间找到的方法都没有解决你的问题,那就去检查一下你的代码,代码写的有问题也可能会出现这样的bug

例如像这种:

这里的错误并不会有红色下划曲线的那种错误提示,但是飘红可能就代表有问题

相关文章
|
6月前
|
开发工具 Android开发 git
解决Android AAPT: error: resource android:attr/lStar not found. 问题
解决Android AAPT: error: resource android:attr/lStar not found. 问题
455 0
|
3月前
|
Android开发 Docker 容器
docker中编译android aosp源码,出现Build sandboxing disabled due to nsjail error
在使用Docker编译Android AOSP源码时,如果遇到"Build sandboxing disabled due to nsjail error"的错误,可以通过在docker run命令中添加`--privileged`参数来解决权限不足的问题。
460 1
|
3月前
|
Android开发
Android Studio: 解决Gradle sync failed 错误
本文介绍了解决Android Studio中出现的Gradle同步失败错误的步骤,包括从`gradle-wrapper.properties`文件中获取Gradle的下载链接,手动下载Gradle压缩包,并替换默认下载路径中的临时文件,然后重新触发Android Studio的"Try Again"来完成同步。
1048 0
Android Studio: 解决Gradle sync failed 错误
|
3月前
|
开发工具 Android开发
解决Manifest merger failed : android:exported needs to be explicitly specified for <activity>
解决Manifest merger failed : android:exported needs to be explicitly specified for <activity>
73 1
|
3月前
|
开发工具 Android开发
Android Studio resource linking failed
Android Studio resource linking failed
65 1
|
5月前
|
Java Linux 开发工具
由" failed to run the android sdk manager"引起的一系列问题 android
由" failed to run the android sdk manager"引起的一系列问题 android
|
6月前
|
开发工具 Android开发 Windows
Android应用] 问题2:ERROR: unknown virtual device name:
Android应用] 问题2:ERROR: unknown virtual device name:
34 2
|
6月前
|
Android开发 开发者
安卓投屏神器 Scrcpy安 报错ERROR: Could not find any ADB device
使用Scrcpy安卓投屏工具时遇到报错,问题根源是未开启开发者模式。解决步骤:进入设置,点击【关于手机】→连续点击版本号激活开发者模式,然后在【系统设置】→【开发者选项】中开启USB调试。参照此方法后可正常执行。Scrcpy软件下载链接和GitHub页面也已提供。
607 1
|
6月前
|
XML Android开发 数据格式
Caused by: android.view.InflateException: Binary XML file line #11: Error inflating class
Caused by: android.view.InflateException: Binary XML file line #11: Error inflating class
55 0
|
Android开发 C++
Android Studio Linking an external C++ project 时候 报Invalid file name. Expected: CMakeLists.txt
Android Studio 右键Linking an external C++ project 时候 报Invalid file name. Expected: CMakeLists.txt错误   查看Android Studio 源码: @Nullable private Stri...
1240 0