我更新到了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"
>
我不知道如何修复