Мне интересно попробовать навигационный график, показанный в Android Studio. Но после импорта примера Google
предварительный просмотр недоступен.Я использовал Android Studio 3.2 Preview Canary 16
<navigation xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
app:startDestination="@+id/launcher_home">
<fragment
android:id="@+id/launcher_home"
android:name="com.android.samples.arch.componentsbasicsample.StartFragment"
android:label="Home">
<action
android:id="@+id/end_action"
app:destination="@id/end_dest" />
</fragment>
<fragment
android:id="@+id/end_dest"
android:name="com.android.samples.arch.componentsbasicsample.EndFragment"
android:label="End"
>
</fragment>
</navigation>
Обновление от 06.10.2008:
Даже я перестраиваю проект, он не работает. Но если добавить новый экран, он показывает новый в режиме предварительного просмотра