gpt4 book ai didi

Android Studio 3.2 金丝雀版本不呈现导航标签

转载 作者:塔克拉玛干 更新时间:2023-11-02 18:59:11 26 4
gpt4 key购买 nike

Android studio 3.2 canary 14 未呈现导航标签。它只显示等待构建完成。

导航图

<?xml version="1.0" encoding="utf-8"?>
<navigation xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto">
<fragment
android:id="@+id/fragment_nav_host"
android:name="androidx.navigation.fragment.NavHostFragment"
android:layout_width="match_parent"
android:layout_height="match_parent"
app:defaultNavHost="true"
app:navGraph="@navigation/navigation_graph" />
</navigation>

enter image description here

最佳答案

你需要

  • 开启实验性功能“启用导航编辑器”

    menu> android studio>preferences>experimental 下

  • 清理并重建项目 enter image description here

关于Android Studio 3.2 金丝雀版本不呈现导航标签,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50380724/

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