常规预览和乱码布局输出

Regular preview and garbled layout output

我是编程初学者,我在第一个项目中遇到了问题。

我刚刚在默认 ConstraintLayout 标签之间添加了一个按钮和一个文本视图。
但是预览框中显示的程序不会出现在 运行 应用程序输出中:

您的 ButtonTextView 没有 运行 时间限制。这是 ConstraintLayout 上讨论约束的 tutorial

When you drop a view into the Layout Editor, it stays where you leave it even if it has no constraints. However, this is only to make editing easier; if a view has no constraints when you run your layout on a device, it is drawn at position [0,0] (the top-left corner).

顺便说一句,在 Stack Overflow 问题中发布代码时,您应该将其粘贴为代码而不是图像。 (单击“?”,然后单击 Stack Overflow 编辑器右上角的 "advanced help" 以查看如何执行此操作。)粘贴的文本可以帮助那些想要回答您的问题的人在需要时使用您的代码。