标签: android layout android-drawable android-mipmap
我正在尝试修复导致构建失败的这些错误。但我注意到最新版本的Studio它不会让我将图像文件添加到mipmap来解决问题。我该怎么办?
答案 0 :(得分:0)
您的项目无法构建,因为在您的XML文件中存在ImageView无法识别的图像/来源@mipmap/ic_default_user。因此,您必须将源图像更改为XML将识别的图像:
ImageView
@mipmap/ic_default_user
@mipmap/ic_launcher
@mipmap/ic_launcher_round
"@mipmap/"
ctrl+space