问题描述
我一直在使用Eclipse开发的Android应用程序很长一段时间。我更新了Android SDK平台3.0,API 11日前。现在我无法双击打开AndroidManifest.xml中或任何其他的XML文件中的布局文件夹。
I've been using Eclipse for developing apps in android for quite some time. I updated the Android SDK Platform to 3.0, API 11 recently. Now I'm unable to open the AndroidManifest.xml or any other XML files in the Layout folder by double clicking.
当我双击任何XML文件(如main.xml中/ strings.xml中),我得到的不支持的内容类型的错误。http://www.freeimagehosting.net/uploads/67e93ddb8a.png
When I double click any XML file (like main.xml / strings.xml), I get the "Unsupported Content Type" error.http://www.freeimagehosting.net/uploads/67e93ddb8a.png
有没有什么办法可以解决这个问题呢?
Is there any way to solve this problem?
PS:如果我打开XML文件打开方式 - >文本编辑器,它是开放的,但我无法看到main.xml中和各自的图形用户界面的布局的strings.xml和AndroidManifest.xml中http://www.freeimagehosting.net/uploads/f537965b68.png
P.S: If I open the xml files with "Open With -> Text Editor", it is opening, but I'm unable to see the layout for main.xml and respective GUI for strings.xml and androidmanifest.xmlhttp://www.freeimagehosting.net/uploads/f537965b68.png
推荐答案
如果您已经安装了 ArgoEclipse UMLEditor
,将其卸载。
If you have installed ArgoEclipse UMLEditor
, Uninstall it.
的Eclipse >>帮助>>关于Eclipse的安装>>详细内容>>选择>>反安装
我有这个问题了。
有一个在UMLEditor,
<一个错误href="http://argouml.tigris.org/issues/enter_bug.cgi?issue_type=DEFECT&component=argouml">Someone文件中的错误在这个问题上,如果你在Tigris.org 成员
I had this issue too.
There is a bug in UMLEditor,
Someone file a Bug on this issue, if you are a member at Tigris.org
这篇关于安卓:默认XML编辑器是不开放了[不支持的内容类型错误]的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!