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 应用程序设计获取图形布局窗口?
基础教程推荐
- FirebaseListAdapter 不推送聊天应用程序的单个项目 - Firebase-Ui 3.1 2022-01-01
- 无法使用修饰符“public final"访问 java.util.Ha 2022-01-01
- “未找到匹配项"使用 matcher 的 group 方法时 2022-01-01
- Java:带有char数组的println给出乱码 2022-01-01
- 降序排序:Java Map 2022-01-01
- 设置 bean 时出现 Nullpointerexception 2022-01-01
- 减少 JVM 暂停时间 >1 秒使用 UseConcMarkSweepGC 2022-01-01
- 在 Libgdx 中处理屏幕的正确方法 2022-01-01
- 如何使用 Java 创建 X509 证书? 2022-01-01
- Java Keytool 导入证书后出错,"keytool error: java.io.FileNotFoundException &拒绝访问" 2022-01-01