gpt4 book ai didi

安卓工作室 : Error in Layout Files - Header expected

转载 作者:行者123 更新时间:2023-11-29 17:56:45 24 4
gpt4 key购买 nike

每次我创建一个 TextView 并为其设置文本时,AS-Editor 都会抛出一个错误:“需要 header - list 文件不以最后的换行符结尾”

代码:

<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/hello_world" />

AndroidManifest.xml:

<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="eu.myurl.myproject"
android:versionCode="1"
android:versionName="1.0" >

<uses-sdk
android:minSdkVersion="10"
android:targetSdkVersion="18" />

<application
android:allowBackup="true"
android:icon="@drawable/ic_launcher"
android:label="@string/app_name"
android:theme="@style/AppTheme" >
<activity
android:name="eu.myurl.myproject.MainActivity"
android:label="@string/app_name" >
<intent-filter>
<action android:name="android.intent.action.MAIN" />

<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
</application>

</manifest>

新建项目的时候就已经报错了。硬编码字符串也不起作用。

为什么会发生这种情况,可以采取什么措施?

我使用 Android Studio 0.2.7 和 JRE:1.7.0_21

最佳答案

单击带有红线的单词(导致上述错误)单击 Alt+Enter 并选择

Un-inject Language/Reference

就是这样!至少这对我有同样的错误

关于安卓工作室 : Error in Layout Files - Header expected,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18758574/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com