我最近安装了 android studio 3 但约束布局显示了一个灰色窗口..我尝试了一切,但我无法解决问题
在此先感谢您提供的任何帮助:


XML 代码:
<?xml version="1.0" encoding="utf-8"?>
<android.support.constraint.ConstraintLayout
xmlns:android="schemas.android.com/apk/res/android";
xmlns:app="schemas.android.com/apk/res-auto";
xmlns:tools="schemas.android.com/tools";
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context="com.example.chihaoui.myapplication.MainActivi??ty">
</android.support.constraint.ConstraintLayout>
Run Code Online (Sandbox Code Playgroud)