3

I updated android studio:

enter image description here

And now I cant see navigation preview, only the xml.

enter image description here

It not appear preview or design option.

Any ideas? Thank you very much!

Patrick
  • 1,629
  • 5
  • 23
  • 44

2 Answers2

13

In Android Studio 3.2 beta 1 they disabled the editor by default, you need to open settings(File -> Settings), in the left pane select 'Experimental' and check 'Enable Navigation Editor'

enter image description here

Alex
  • 9,102
  • 3
  • 31
  • 35
0

In Android Studio 3.3, navigation editor is not in setting->experimental. you can create a new directory in resources folder by name navigation and in that you can create a new navigation.xml file.

WhoisAbel
  • 1,519
  • 1
  • 9
  • 19