main.out.xml 错误

发布于 2024-09-02 02:04:26 字数 165 浏览 2 评论 0原文

我安装了 Eclipse 和 Android ADT。当我创建 android 项目并尝试运行时,我在 main.out.xml 文件中得到以下信息: 该文档是空的。 右键单击此处插入内容

但是,main.xml 文件具有用于布局的 xml 数据。

请帮助我右键单击后需要做什么。谢谢

I installed Eclipse and Android ADT. When I create android project and try to run, I get following on main.out.xml file:
This document is empty.
Right click here to insert content

However, main.xml file has xml data for layout.

Please help what I need to do after right clicking. Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

樱娆 2024-09-09 02:04:26

删除main.out.xml;并作为 Android 应用程序运行。

我写了一篇关于解决此问题的博客,请查看以下链接了解详细信息

situee.blogspot.com :未解析的 aapt 错误,main.out.xml

Delete main.out.xml ; and run as Android application.

I wrote a blog about solving this problem, check the following link for detail

situee.blogspot.com : Unparsed aapt error, main.out.xml

拥醉 2024-09-09 02:04:26

删除main.out.xml / string.out.xml,然后运行->作为 Android 应用程序运行。会解决这个问题。

造成此问题的原因是,当您按“运行”时,Eclipse 会自动在 xml 上使用 XSLT。删除main.out.xml很烦人,您可以在Windows->首选项->运行/调试->启动->启动操作->始终启动先前启动的应用程序中修改启动操作。
(我的 eclipse 版本是 Indigo JavaEE)

希望这可以有所帮助。

致谢:
http:// /www.cnblogs.com/chunhui588/archive/2010/06/26/Android-debug-main-out-xml-parsing-error.html(是中文的,但图片可能还是有用的。)

delete main.out.xml / string.out.xml, and Run -> Run as Android App. would solve this problem.

this problem is caused because eclipse automatically uses XSLT on xml when you press Run. Deleting main.out.xml is annoying, and you could modify launching operation in Windows->Preference->Run/Debug->Launching->Launching Operation->Always launch the previously launched application.
(my eclipse version is Indigo JavaEE)

hope this may help.

Acknowledgement:
http://www.cnblogs.com/chunhui588/archive/2010/06/26/Android-debug-main-out-xml-parsing-error.html (It's in chinese but the pictures might still be useful.)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文