Esto realmente me está volviendo loco.No se encontró ningún recurso que coincida con el nombre de pila en main.xml
<?xml version="1.0" encoding="utf-8"?>
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@id+/textview"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:text="@string/hello"/>
genera el mensaje de error siguiente:.. "Error: no resource found that matches the given name (at 'id' with value '@id+/textview')
Esta es copiar y pegar desde el Android Hello World example
Prueba de lectura agradable google! – AndroidBeginner
Ahora está arreglado :) – Chris
Acabo de descargar el SDK, todavía buged – Moak