使用@mipmap/ic_launcher编译报错解决方案

来源:互联网 发布:win10装驱动软件 编辑:程序博客网 时间:2024/05/10 22:35


原文链接:http://www.apkfuns.com/error16-9-attribute-applicationicon-valuemipmapic_launcher-from-androidmanifest-xml169.html


Error:(16, 9) Attribute application@icon value=(@mipmap/ic_launcher) from AndroidManifest.xml:16:9



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">




0 0