remove all of the *.out.* files in your project. when you run, click on the project (top level) in the package browser (left pane) first, and ensure that you are doing "run as" an android application.

eclipse seems to want to "run" whatever you have selected. go knows what it's doing when you try to run something like strings.xml, but it fails and generates a .out file ... which then corrupts your android project because android doesn't understand all the .out files laying all of the place.

On 9/20/09 10:04 AM, Raphael wrote:
You're not giving enough information to help you: are you using
Eclipse? how did you build and run? That doesn't look like you're
running an android app on an emulator at all.
R/

On Mon, Sep 14, 2009 at 8:52 PM, Mabel <mabelj.fin...@gmail.com> wrote:
  
Hi,

I am trying to build a simple application that prints a "hello world"
While trying to run I get the following error.

Also a new file  named "Strings.out.xml" is formed. Kindly let me what
would be the problem.

23:47:52,968 INFO  [main] Main  -
javax.xml.transform.TransformerFactory=null
23:47:52,971 INFO  [main] Main  - java.endorsed.dirs=C:\Program Files
\Java\jre6\lib\endorsed
23:47:52,983 INFO  [main] Main  - launchFile: C:\Mabel_Drive\Projects
\Android_workspace\.metadata\.plugins
\org.eclipse.wst.xsl.jaxp.launching\launch\launch.xml
23:47:53,062 FATAL [main] Main  - No embedded stylesheet instruction
for file: file:/C:/Mabel_Drive/Projects/Android_workspace/Sudoku/res/
values/strings.xml
org.eclipse.wst.xsl.jaxp.debug.invoker.TransformationException: No
embedded stylesheet instruction for file: file:/C:/Mabel_Drive/
Projects/Android_workspace/Sudoku/res/values/strings.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:/Mabel_Drive/
Projects/Android_workspace/Sudoku/res/values/strings.xml
       at
org.eclipse.wst.xsl.jaxp.debug.invoker.internal.JAXPSAXProcessorInvoker.transform
(JAXPSAXProcessorInvoker.java:214)
       ... 2 more

    
      
    
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---

  

--

Reply via email to