gpt4 book ai didi

Android Studio 3.4.1 约束布局编辑器预览再次无法正常工作

转载 作者:行者123 更新时间:2023-12-03 17:22:13 26 4
gpt4 key购买 nike

我相信自从 v3.x 以来我过去也遇到过类似的问题,而且它们一直在出现。我不知道我必须花费多少时间来尝试使用布局编辑器,而他们就是无法正确使用它。

无论如何,这是xml代码:

<?xml version="1.0" encoding="utf-8"?>
<android.support.constraint.ConstraintLayout
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:orientation="vertical" android:layout_width="match_parent"
android:layout_height="match_parent">

<TextView
android:id="@+id/textView"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:text="TextView"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" />
</android.support.constraint.ConstraintLayout>

这是它的外观:

enter image description here

我拖入的任何项目都会以 0 大小放在左上角。无论您设置确切的尺寸还是仅设置约束。

我的 Android Studio 版本是 3.4.1
使用 28.0.0 支持库。
由于公司政策,我不能降级,所以这不是一个选择。

约束布局版本是最新的:
implementation 'com.android.support.constraint:constraint-layout:2.0.0-beta1'

它也不适用于早期版本。

我已经尝试了一些之前“有效”的其他类似错误的方法:
  • 使用不同的主题
  • 在布局编辑器中尝试不同的 API 版本
  • 使缓存无效/重新启动
  • 更新了 Android Studio(至此版本)

  • 欢迎任何建议

    最佳答案

    只是清理项目对我有用。

    关于Android Studio 3.4.1 约束布局编辑器预览再次无法正常工作,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56220249/

    26 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com