URI未注册(设置|语言和框架|模式和DTD)

时间:2019-05-28 20:40:03

标签: android xml

我在android studio中打开了一个新项目。我什至没有改变它的名字。它是默认程序,我没有对其进行任何更改,但仍然显示错误。我已经使用android studio制作了一个屏幕,并且工作正常。代码似乎还可以。当我将鼠标悬停在错误上时,它说uri未注册(设置|语言和框架|模式和DTD)

<?xml version="1.0" encoding="utf-8"?>
<android.support.constraint.ConstraintLayout
    xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools"
    xmlns:app="http://schemas.android.com/apk/res-auto"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    tools:context=".MainActivity">


</android.support.constraint.ConstraintLayout>

0 个答案:

没有答案