我是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
提前感谢您对此问题的任何帮助。
答案 0 :(得分:1)
您似乎正在尝试运行activity_main.xml文件。如果Project Explorer视图中的当前选择位于文件activity_main.xml上,则会发生这种情况。关闭文件的编辑器并将当前选择设置为Project Explorer中的项目根节点,然后尝试运行该应用程序。
答案 1 :(得分:0)
呀。它对我来说也没用。我使用带有插件的NetBeans 7 IDE。
说明在这里:http://kenai.com/projects/nbandroid/pages/Install 主页面在这里:http://kenai.com/projects/nbandroid
祝你好运