1. 程式人生 > >使用@mipmap/ic_launcher編譯報錯解決方案

使用@mipmap/ic_launcher編譯報錯解決方案

xmlns:tools="http://schemas.android.com/tools"
 
 
<application
        android:allowBackup="true"
        android:icon="@mipmap/ic_launcher"
        android:label="@string/app_name"
        android:theme="@style/AppTheme"
        android:name=".app.App"
        tools:replace="name,icon,label,theme">