Search code examples
androidandroid-studio-3.3android-navigation-editor

Android Studio 3.3 - Enable Navigation not found


I am learning Navigation Codelab, on First Step they are saying that,

1. Click File > Settings (Android Studio > Preferences on Mac)
2. Select the Experimental category in the left pane
3. Check Enable Navigation Editor
4. Restart Android Studio

enter image description here

BUT

In Android Studio 3.3, I have created New Project which I have created, I followed above steps but did't found Enable Navigation Editor checkbox.

enter image description here

Have anyone faced this types of issue? Any help?


Solution

  • In Android Studio 3.3, navigation editor is not in experimental phase anymore. To work with navigation, you can create a new directory in resources folder by name navigation and in that you can create a new navigation.xml file.

    More info can be found in the link below

    Android Studio 3.3 release notes