对于 Eclipse 中的某些布局文件,图形布局选项卡不会出现
我在使用 Eclipse ADT 插件开发 Android 布局文件时遇到问题。我的一些文件在打开时不显示“图形布局”选项卡,如下所示:
> (实际上是较旧的),相反,正确地显示它。
有谁知道在这种情况下可以做什么?
提前致谢!
I'm facing a problem when developing layout files for Android with Eclipse ADT Plugin. Some of my files, when opened, does not show the Graphical layout tab, just as below:
The others (actually, the older ones), instead, show it correctly.
Does anyone knows what can be done in this case?
Thanks in advance!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您是否尝试过在 Package Explorer 视图中右键单击其中一个布局文件,然后单击
打开方式 -> 打开Android布局编辑器
Have you tried right clicking one of the layout files in the Package Explorer view and clicking
Open With -> Android Layout Editor
如果您可以看到“图形编辑器”选项卡,但仍然没有显示任何内容,请重新启动 Eclipse。
为我工作!
If you can see the Graphical Editor tab and still if nothing is showing up, restart eclipse.
Worked for me!