向我的项目添加新活动后,我在编译布局时遇到以下错误
Gradle:解析 XML 时出错:格式不正确(令牌无效)
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:orientation="vertical" >
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:id="@+id/tv_password"
android:text="<password>"/>
</LinearLayout>
“ http://schemas.android.com/apk/res/android ”被标记为红色并且悬停弹出以下消息
URI 未注册(设置 | 项目设置 | 架构和 DTD)
我的设置>项目设置>架构和 DTD 看起来像这样:
我已经在这里发现了一些类似的问题,但没有什么能帮助我解决这个问题。我希望有人有一个想法...... :)