Android Studio 3.2 canary build无法渲染导航标记

时间:2018-05-16 22:21:06

标签: android android-studio android-navigation android-architecture-components android-architecture-navigation

Android studio 3.2 canary 14没有渲染导航标签。它只是显示等待构建完成。

navigation_graph

<?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

2 个答案:

答案 0 :(得分:2)

您需要

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

    menu> android studio>preferences>experimental

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

答案 1 :(得分:0)

它正在使用latest版本3.2 canary 16。