我的Android Studio显示两组错误(“未注册URL(设置|语言和框架|架构和DTD)”和“属性工具:此处不允许使用上下文”),并且无法构建。我该怎么办?
一周前,我刚开始学习android类,并要求我更新IDE和Pluggin。下载了所有的SDK工具。
此代码位于我的activity_main.xml
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width ="match_parent"
android:layout_height ="match_parent"
tools:context=".MainActivity">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Hello World!"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintRight_toRightOf="parent"
app:layout_constraintTop_toTopOf="parent" />
</RelativeLayout>
到目前为止,它仍在尝试构建.....“等待构建完成...”