Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
默认情况下,图形视图未在 android studio 中打开。我无法找到显示布局视图中的设计/文本的切换按钮。在哪里可以找到?
如果您打开任何布局文件,该开关将在底部显示为选项卡:
请注意,您需要启用Android Designer插件:
src/main/res/layout 从目录而不是目录打开文件也很重要build。
src/main/res/layout
build
如果您在 下打开文件build,最新的 Android Studio 将在文件顶部显示警告:
build 文件夹下的文件已生成,不应编辑。