Android Studio 1.0 AndroidManifest.xml概述

时间:2014-12-19 03:46:48

标签: android android-studio android-manifest android-drawable

我更新到了android stodio的1.0.1版本。

但是有很多新的错误。

我遇到问题是由Manifest引起的。

错误日志:

Error:(19, 5) Attribute application@icon value=(@drawable/ic_con) from AndroidManifest.xml:19:5
Error:(21, 5) Attribute application@theme value=(@android:style/Theme.NoTitleBar) from AndroidManifest.xml:21:5

代码:     

    android:allowBackup="true"
    android:hardwareAccelerated="true"
\\19
    android:icon="@drawable/ic_con"
    android:label="@string/app_name"
\\21
android:theme="@android:style/Theme.NoTitleBar"
    android:largeHeap="true"
    >

我不知道如何修复

0 个答案:

没有答案