Android小部件未显示其属性

时间:2019-03-07 09:14:01

标签: android xml android-studio android-layout android-layout-weight

当我尝试编写其属性时,Android Weight未显示其属性。但是,如果写它就可以工作。现在,我想在撰写建议时观看建议。我怎么解决这个问题?检查图像以提高清晰度。

enter image description here

Stream s = await BuildHttpClient.GetBuildLogAsync(project, buildId, logId);

[更新] 我还添加了我的app / build.gradle文件 我重新启动android studio,但遇到了同样的问题。我创建了一个新项目,问题出在那儿。

我的app / build.gradle

<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/linearLayout2"
android:layout_width="match_parent"
android:layout_height="match_parent">


<TextView
    android:id="@+id/textView2"
    android:layout_width="0dp"
    android:layout_height="wrap_content"
    android:padding="10dp"
    android:text="TextView"
    android:textColor="#000"
    android:textSize="30sp"
    app:layout_constraintEnd_toEndOf="parent"
    app:layout_constraintStart_toStartOf="parent"
    app:layout_constraintTop_toTopOf="parent" />
 </androidx.constraintlayout.widget.ConstraintLayout> 

1 个答案:

答案 0 :(得分:0)

只需导航到您的android studio安装目录,即

yourDrive:/。AndroidStudio3.4 / system

如果正在运行,请先关闭android studio。

然后删除系统中的缓存文件夹

然后再次启动Android Studio。完成。

我正在使用android studio 3.5