作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我对 Android 应用程序开发和 Eclipse 环境还很陌生。我按照以下步骤在我的工作空间上运行我的第一个 Android 应用程序。
下面是控制台消息,我得到:
12:03:49,155 INFO [main] Main - javax.xml.transform.TransformerFactory=null
12:03:49,157 INFO [main] Main - java.endorsed.dirs=C:\Program Files\Java\jre7\lib\endorsed
12:03:49,162 INFO [main] Main - launchFile: C:\Users\chandu\workspace\.metadata\.plugins\org.eclipse.wst.xsl.jaxp.launching\launch\launch.xml
12:03:49,219 FATAL [main] Main - No embedded stylesheet instruction for file: file:/C:/Users/chandu/workspace/My%20First%20App/res/layout/activity_main.xml
org.eclipse.wst.xsl.jaxp.debug.invoker.TransformationException: No embedded stylesheet instruction for file: file:/C:/Users/chandu/workspace/My%20First%20App/res/layout/activity_main.xml
at org.eclipse.wst.xsl.jaxp.debug.invoker.internal.JAXPSAXProcessorInvoker.transform(JAXPSAXProcessorInvoker.java:225)
at org.eclipse.wst.xsl.jaxp.debug.invoker.internal.JAXPSAXProcessorInvoker.transform(JAXPSAXProcessorInvoker.java:186)
at org.eclipse.wst.xsl.jaxp.debug.invoker.internal.Main.main(Main.java:73)
Caused by: org.eclipse.wst.xsl.jaxp.debug.invoker.TransformationException: No embedded stylesheet instruction for file: file:/C:/Users/chandu/workspace/My%20First%20App/res/layout/activity_main.xml
at org.eclipse.wst.xsl.jaxp.debug.invoker.internal.JAXPSAXProcessorInvoker.transform(JAXPSAXProcessorInvoker.java:214)
... 2 more
提前感谢您对此问题的任何帮助。
最佳答案
您似乎正在尝试运行 activity_main.xml 文件。如果您在 Project Explorer View 中的当前选择位于文件 activity_main.xml 上,就会发生这种情况。关闭该文件的编辑器并将当前选择设置为项目资源管理器中的项目根节点,然后尝试运行该应用程序。
关于android - 我对 Android 和 Eclipse 环境都很陌生...无法运行我的第一个应用程序,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12541474/
我是一名优秀的程序员,十分优秀!