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
例如像这种:
这里的错误并不会有红色下划曲线的那种错误提示,但是飘红可能就代表有问题