(Android Studio 3.2 Beta) - Navigation Architecture Component Configuration

若如初见. 提交于 2019-11-29 14:18:13

Per this currently open issue:

As per the Help > What's New in Android Studio screen that popped up when you upgraded:

"The Navigation Editor is an experimental feature, so you must first enable it by opening the IDE 'Settings/Preferences' dialog, selecting 'Experiemental' in the left pane, and checking the box next to the 'Enable Navigation Editor'."

We'll update the Navigation documentation to specifically call this out. It will also be enabled by default on future canary builds (of Android Studio 3.3) when available.

So you need to manually enable the Navigation Editor on Beta builds of Android Studio 3.2

I have faced same issue when I create new resource file as Navigation Type .

The navigation editor tool is only available in Android Studio 3.2 Canary.

I tried to enable Navigation editor manually: File → Settings → Experimental → Enable Navigation Editor

Still the Navigation option does not appear in the selection menu.

It will appear after I restarted android studio.

Note:I followed this link https://developer.android.com/topic/libraries/architecture/navigation/navigation-implementing

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!