Android resource linking failed problem

Question details:

failed:app:processDebugResources
Android resource linking failed
Android resource linking failed

The above error is reported as soon as it is run.

Solution:

 Check whether there are spaces in the newly written layout content or image name, or whether there are spaces or irregularities in the names of other resource files such as the layout.

My problem is that the syntax of the xml layout is wrong, as shown in the figure below:

 

Guess you like

Origin blog.csdn.net/gaoqingliang521/article/details/128285795