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,333
  • 5
  • 20
  • 43

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
  • 8,517
  • 3
  • 31
  • 34
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,208
  • 7
  • 18