如何在 Android Studio 中查看 xml 的预览
问题描述:
我安装了 android studio,当我打开一个 xml 文件时,我无法预览它或看到调色板
I installed android studio and when i open an xml file i cant preview it or see pallete
如果我去查看工具窗口 - 调色板它不会再次显示.我想在 Eclipse 中查看 xml 文件的预览
If i go to View-tool windows - palette it wont show again. I want to see preview of xml file like in eclipse
答
问题是您正在查看位于此项目位置的 XML 文件:
The issue is you are looking at the XML file located in this project location:
构建/资源/全部/调试
build/res/all/debug
您需要在此位置查看:
src/main/res/layout
src/main/res/layout