How to get the graphical layout Window back in Eclipse for Android Application Design?(如何在 Eclipse 中为 Android 应用程序设计获取图形布局窗口?)
问题描述
我不知道发生了什么,但我丢失了我们在 Eclipce 中用于设计 Android 应用程序的 XML 布局的图形布局窗口.我想要那个设计窗口回来.我可以看到 xml 代码和所有内容...但我希望在将 Android 集成到其中后,默认情况下在 Eclipse 中可用的设计编辑器.
I dont know what happend, but i lost the Graphical Layout Window of the XML Layout that we are using in Eclipce to design the Android Application. I want that Design window back. I can see the xml code and every thing. . . But i want the Design Editor that is available as by default in the Eclipse after integration of the Android in it.
那么怎么找回来???
推荐答案
没有人回答我的问题,但是通过在 Eclipse 上搜索我得到了答案:
No one has answered my question, but by searching on Eclipse I got the answer:
我必须右键单击 XML 代码布局,然后选择 Open With Layout Editor.它将显示我的应用程序的图形布局编辑器,现在我可以看到 XML 布局文件的图形视图.
I have to right click on the XML code layout and then select Open With Layout Editor. It will show me the Graphical Layout Editor for my Application and now I am able to see the graphical view on the XML layout files.
这篇关于如何在 Eclipse 中为 Android 应用程序设计获取图形布局窗口?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:如何在 Eclipse 中为 Android 应用程序设计获取图形布局窗口?


- value & 是什么意思?0xff 在 Java 中做什么? 2022-01-01
- Eclipse 插件更新错误日志在哪里? 2022-01-01
- Java包名称中单词分隔符的约定是什么? 2022-01-01
- Spring Boot连接到使用仲裁器运行的MongoDB副本集 2022-01-01
- 从 finally 块返回时 Java 的奇怪行为 2022-01-01
- C++ 和 Java 进程之间的共享内存 2022-01-01
- Safepoint+stats 日志,输出 JDK12 中没有 vmop 操作 2022-01-01
- Jersey REST 客户端:发布多部分数据 2022-01-01
- 将log4j 1.2配置转换为log4j 2配置 2022-01-01
- 如何使用WebFilter实现授权头检查 2022-01-01