android - 我无法删除 android :roundIcon ="@mipmap/ic_launcher_round" from AndroidManifest. xml

标签 android android-studio

我用 targetSdkVersion="22" 构建了一个项目 但是错误来了

error: attribute 'android:roundIcon' not found.

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

最佳答案

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

确保在项目中编辑文件。 IE。打开文件时仔细查看路径。它是您项目的一部分还是一些生成的东西?

关于android - 我无法删除 android :roundIcon ="@mipmap/ic_launcher_round" from AndroidManifest. xml,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57609673/

相关文章:

java - 在 Eclipse 中生成随机数时崩溃

android - 在特定时间推送通知

java - 错误 : This fragment should provide a default constructor (a public constructor with no arguments)

Android Studio 更新后的 Android Gradle CompilationFailedException

java - Android 项目中的两个 api key - 一个在开发者控制台上自动生成

android - 保存图像时 java.io.FileNotFoundException 权限被拒绝

android - 在android中自定义评分栏

android: onAutoFocus() 未在 android 4.0( Ice Cream Sandwich )虚拟设备上触发

android - 打开软键盘预览布局

android - 您如何设置 Android Studio 以对新项目使用项目 View ?