Text/Design Tab Missing New Android Project on Android Studio IDE

前端 未结 14 1949
情话喂你
情话喂你 2020-11-27 07:55

How can I enable the text/design Tab on the a src/main/res/layout folder on the activity_main.xml file that was created automatically during create new project? If i do righ

相关标签:
14条回答
  • 2020-11-27 08:21

    I had this problem too, I deleted all the preference files, such as the AndroidStudioPreview folder & com.google.android.studio.plist, then restarted android studio, it worked.

    0 讨论(0)
  • 2020-11-27 08:27

    In Android Studio 3.6 use these three buttons (Code | Split | Design), on top right, to switch between views.

    0 讨论(0)
  • 2020-11-27 08:27

    If text/design tab is missing in new android studio, this can solve by two methods. You have re-install android studio. And don't forget to delete android studio related all files from temp and local. Or you can re-install SDK (software development kit) according to your device.

    0 讨论(0)
  • 2020-11-27 08:29

    You do not need to restart an IDE. All you need is to close an xml file that does not get a tab and reopen it within an editor. It is a little bug.

    0 讨论(0)
  • 2020-11-27 08:30

    use the three buttons (Code|Split|Design)on top right hand side to switch between views.

    0 讨论(0)
  • 2020-11-27 08:31

    You can also Move between Design / Text tabs in layout’s view with simple shortcut: (Mac) : control + shift + ← / → (Windows / Linux): alt + shift + ← / →

    0 讨论(0)
提交回复
热议问题