我使用Android Studio 3.2,并且完成了Firebase连接,以连接到正在构建的应用程序的部分寄存器。
以下是我看到错误的地方的屏幕截图:https://imgur.com/a/GN72eL8和https://imgur.com/a/kwxA2sH
Android resource compilation failed
Output: C:\Users\ERIK\AndroidStudioProjects\FirebaseAuthDemo\app\src\main\res\mipmap-anydpi-v26\ic_launcher.xml:12: error: not well-formed (invalid token).
Command: C:\Users\ERIK\.gradle\caches\transforms-1\files-1.1\aapt2-3.2.1-4818971-windows.jar\92d92d266c9089a895db65475d7e7f04\aapt2-3.2.1-4818971-windows\aapt2.exe compile --legacy \
-o \
C:\Users\ERIK\AndroidStudioProjects\FirebaseAuthDemo\app\build\intermediates\res\merged\debug \
C:\Users\ERIK\AndroidStudioProjects\FirebaseAuthDemo\app\src\main\res\mipmap-anydpi-v26\ic_launcher.xml
Daemon: AAPT2 aapt2-3.2.1-4818971-windows Daemon #1
答案 0 :(得分:0)
您的/res/mipmap-anydpi-v26/ic_launcher.xml
文件在第12行上不正确,这通常是由于其中存在不正确的字符引起的,例如分号或句号。
如果需要快速修复,可以删除此文件,否则打开文件,查看编译器在第12行上突出显示的问题。如果无法解决问题,请使用文件内容编辑问题以及其他任何错误。
答案 1 :(得分:0)
是的,我看到了正确的答案,但是我在这里发送您的代码以查看有问题的人
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="AndroidLayouts">
<shared>
<config />
</shared>
</component>
<component name="CMakeSettings">
<configurations>
<configuration
CONFIG_NAME="Deb
PROFILE_NAME="Debug
@JakeSteam