>
Olá,
Estou fazendo o curso Free de android para depois entrar no Android Online. Fiz o primeiro exemplo proposto, o projeto estava compilando perfeitamente. Por algum motivo começou a dar erro de xml conforme abaixo. Tentei começar tudo do zero, deletei o projeto e iniciei novamente, mas quando vou compilar ocorre esse erro.
Desde já agradeço
23:58:31,713 INFO [main] Main - javax.xml.transform.TransformerFactory=null
23:58:31,714 INFO [main] Main - java.endorsed.dirs=C:Program FilesJavajre7libendorsed
23:58:31,717 INFO [main] Main - launchFile: C:projetosEclipse.metadata.pluginsorg.eclipse.wst.xsl.jaxp.launchinglaunchlaunch.xml
23:58:31,754 FATAL [main] Main - No embedded stylesheet instruction for file: file:/C:/projetos/Eclipse/CadastroDeCliente/res/layout/activity_main.xml
org.eclipse.wst.xsl.jaxp.debug.invoker.TransformationException: No embedded stylesheet instruction for file: file:/C:/projetos/Eclipse/CadastroDeCliente/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:/projetos/Eclipse/CadastroDeCliente/res/layout/activity_main.xml
at org.eclipse.wst.xsl.jaxp.debug.invoker.internal.JAXPSAXProcessorInvoker.transform(JAXPSAXProcessorInvoker.java:214)
... 2 more
Anderson,
Pode enviar um Print com do seu projeto, exibindo todas as pastas e arquivos, assim como os XML e os drawable!
Ola Rafael
Baixei a versão mais nova do eclipse e do sdk. Instalei tudo novamente e agora está funcionando.