how to opening layout xml files in Android Layout Editor?(如何在 Android 布局编辑器中打开布局 xml 文件?)
问题描述
当我打开我的布局 xml 文件时,它会使用默认 xml 编辑器打开,如何在不右键单击并使用选项打开的情况下将其更改为 Android 布局编辑器.
when I open my layout xml files its opening with default xml editor how to change it to Android Layout Editor without right click and open with option.
当我尝试将我的 android sdk 和 eclipse 插件更新为 iceCream Sandwitch(ICS) 时出现问题.
problem happens when I try to updated my android sdk and eclipse plugins to iceCream Sandwitch(ICS).
推荐答案
转到 Window->Preferences->General->Editors->File Associations 并在此处设置默认编辑器.
Go to Window->Preferences->General->Editors->File Associations and set your default editor there.
这篇关于如何在 Android 布局编辑器中打开布局 xml 文件?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:如何在 Android 布局编辑器中打开布局 xml 文件?
基础教程推荐
- RabbitMQ:消息保持“未确认"; 2022-01-01
- 如何对 Java Hashmap 中的值求和 2022-01-01
- 无法复制:“比较方法违反了它的一般约定!" 2022-01-01
- 修改 void 函数的输入参数,然后读取 2022-01-01
- Spring AOP错误无法懒惰地为此建议构建thisJoinPoin 2022-09-13
- 存储 20 位数字的数据类型 2022-01-01
- 问题http://apache.org/xml/features/xinclude测试日志4j 2 2022-01-01
- REST Web 服务返回 415 - 不支持的媒体类型 2022-01-01
- Struts2 URL 无法访问 2022-01-01
- 使用堆栈算法进行括号/括号匹配 2022-01-01
