我对Android和Eclipse环境都很陌生......无法运行我的第一个应用程序

时间:2012-09-22 06:51:28

标签: android

我是Android应用程序开发和Eclipse环境的新手。我按照以下步骤在我的工作空间上运行我的第一个Android应用程序。

  1. 已安装Eclipse 4.2(Juno)版本。
  2. 安装了JDK 7U7 64位版本。
  3. 为eclipse安装了ADT插件。
  4. Eclipse的>新的Android项目。
  5. 不对代码进行任何更改,只需运行项目。
  6. 下面是控制台消息,我收到了:

    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
    

    提前感谢您对此问题的任何帮助。

2 个答案:

答案 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

祝你好运