gpt4 book ai didi

android-studio - 如何修复 "Design editor is unavailable until a successful build"错误?

转载 作者:行者123 更新时间:2023-12-01 23:11:07 25 4
gpt4 key购买 nike

我开始学习 Android Studio。我尝试回显简单的“Hello World”:

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout
android:id="@+id/activity_main"
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:paddingLeft="16dp"
android:paddingRight="16dp"
android:paddingTop="16dp"
android:paddingBottom="16dp"
tools:context=".MainActivity">

<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Hello World!" />

</RelativeLayout>
但是当我单击“设计” View 时,显示此错误?

Design editor is unavailable until a successful build


我该如何解决这个错误。
enter image description here
enter image description here
我只是注意到我的 xml 代码导致错误。这就是为什么这可能不起作用的原因吗?

最佳答案

转到文件 > 使用 Gradle 文件同步项目。

关于android-studio - 如何修复 "Design editor is unavailable until a successful build"错误?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47289011/

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