android studio制作了损坏的Colors.xml,然后发生未知错误
最近,我正在与我的android studio一起正常工作,突然,我尝试向项目中添加新库后,我的项目开始出现随机错误(关于我的资源)。
我完全清理了库,但没有任何修复,我想做一个新项目,并且遇到新的错误
colors.xml:1:1: Error: Content is not allowed in prolog.
Android Studio为colors.xml制作了一个损坏的文件,如下所示:
���� 3 area I ConstantValue length temperature weight
<init> ()V Code LineNumberTable LocalVariableTable this array
InnerClasses ,Lcom/example/a
当我修复此xml时,另一个错误:
Android resource compilation failedic_launcher_round.xml:1: error: not well-formed (invalid token).
aapt2.exe compile --legacy \
我努力了:
- 使缓存/重启无效
- 删除我的C:\ Users中的.gradle文件夹
- 重新下载gradle
- 删除项目的gradle文件夹
- 为布局和包选择不同的名称
- 重启电脑
- 5小时谷歌搜索(无结果)
并询问ic_launcher_round.xml:
���� 3 � � � � 0abc_background_cache_hint_selector_material_dark I ConstantValue 1abc_background_cache_hint_selector_material_light
(abc_btn_colored_borderless_text_material
abc_btn_colored_text_material abc_color_highlight_material
回答:
这是一个已知的错误,许多开发人员都报告了这个错误,而我已经遇到过一次。
唯一的解决方法是重新安装Android Studio或下载新版本的IDE,但是 。
明确地说,将File-Encoding
设置更改为UTF-8
或System Default
都不起作用。
以上是 android studio制作了损坏的Colors.xml,然后发生未知错误 的全部内容, 来源链接: utcz.com/qa/408018.html