我无法从AndroidManifest.xml中删除android:roundIcon =“ @ mipmap / ic_launcher_round”

时间:2019-08-22 12:45:20

标签: android android-studio

我使用 targetSdkVersion =“ 22” 建立了一个项目 但是错误来了

error: attribute 'android:roundIcon' not found.

我尝试在android:roundIcon="@mipmap/ic_launcher_round"处删除AndroidManifest.xml,但是如果我尝试再次构建,它会重新出现。 然后我尝试在mipmap目录中删除ic_launcher_round,但是错误仍然相同,并且代码仍然出现。

1 个答案:

答案 0 :(得分:3)

您可能正在编辑缓存 AndroidManifest.xml文件之一。

确保在项目中编辑文件。即打开文件时,请仔细查看路径。是项目的一部分还是某些生成的内容?