Android resource compilation failed
Output: C:\Users\Christain Sheridan\Downloads\Crisis-Response\Crisis-
Response\app\src\main\res\layout\crisis_menu.xml:95: error: not well-formed (invalid token).
Command: C:\Users\Christain Sheridan\.gradle\caches\transforms-1\files-1.1\aapt2-3.2.1-4818971-windows.jar\daf4756f8943226640d70255bc14ccd5\aapt2-3.2.1-4818971-windows\aapt2.exe compile --legacy \
-o \
C:\Users\Christain Sheridan\Downloads\Crisis-Response\Crisis-Response\app\build\intermediates\res\merged\debug \
C:\Users\Christain Sheridan\Downloads\Crisis-Response\Crisis-Response\app\src\main\res\layout\crisis_menu.xml
守护进程:AAPT2 aapt2-3.2.1-4818971-windows守护进程#1
更新:我自己修复了它,看来当我使用来自我的主服务器的git pull时,它会放HEAD>>>>>>>
以及更多看起来像是提交内容的东西。但是,一旦我删除了所有这些文件,它就会起作用,所以没关系。
答案 0 :(得分:0)
它读取crisis_menu.xml:95: error: not well-formed (invalid token)
因此您可能应该在crisis_menu.xml
处检查line 95
。
,也许使用fetch
和rebase
代替pull
。