ic_launcher在android中显示默认的android图标而不是我的

时间:2016-12-26 09:30:39

标签: android

ic_launcher显示默认的Android图标而不是我的自定义应用图标,我不明白有什么问题,有人知道这个问题......

我将自定义徽标重命名为" ic_launcher"

我已将我的项目从windows切换到mac android studio,我将我的清单配置为

<application
        android:name="com.XXX.XXXX"
        android:allowBackup="true" 
        android:hardwareAccelerated="true"
        android:icon="@drawable/ic_launcher"
        android:label="@string/app_name"
        tools:replace="android:icon,android:theme"
        android:theme="@style/NewActivityTheme" >  


android {
    compileSdkVersion 25
    buildToolsVersion '25.0.2'
}

defaultConfig {         minSdkVersion 14         targetSdkVersion 25     }

1 个答案:

答案 0 :(得分:0)

您是否将自定义图标“ic_launcher.png”添加到每个5个可绘制文件夹中?