gpt4 book ai didi

Android Studio - XML 编辑器自动完成功能不适用于支持库

转载 作者:IT老高 更新时间:2023-10-28 13:22:07 24 4
gpt4 key购买 nike

我刚开始使用新的 android.support.design 库。当使用 XML 编辑器中的任何小部件时,我停止收到 XML 自动完成建议!

例如,

<android.support.design.widget.CoordinatorLayout
android:id="@+id/header_root"
android:layout_width="match_parent"
android:layout_height="200dp">

<ImageView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/primary_dark" />

<android.support.design.widget.FloatingActionButton
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="bottom|right"
android:src="@drawable/ic_action_add"
android:layout_marginLeft="16dp"
android:layout_marginRight="16dp"
android:layout_marginTop="56dp"
app:fabSize="normal"
app:layout_anchor="@id/header_root"
app:layout_anchorGravity="bottom|right|end" />

</android.support.design.widget.CoordinatorLayout>

所有标签都不会显示自动完成弹出窗口,比如当我开始输入“android:i”时没有弹出窗口出现,我得到的唯一建议如下图所示。

enter image description here

我已经尝试清理我的项目,重新启动电脑,重新启动 Android Studio.. 没有任何工作!

最佳答案

如果上述答案中的 NONE 有效,...

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

yourDrive:/.AndroidStudio3.3/system

删除缓存文件夹(首先关闭android studio,如果它正在运行)。

然后再次启动 Android Studio。 完成

P.S 我使用的是 android studio 4.0

关于Android Studio - XML 编辑器自动完成功能不适用于支持库,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30684613/

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