我对 android 应用程序开发和 Eclipse 环境非常陌生。我按照以下步骤在我的工作空间上运行我的第一个 Android 应用程序。
- 安装了 Eclipse 4.2(Juno) 版本。
- 安装JDK 7U7 64位版本。
- 为 Eclipse 安装了 ADT 插件。
- 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
在此先感谢您提供有关此问题的任何帮助。