Ver Mensaje Individual
  #4 (permalink)  
Antiguo 21/09/2011, 21:56
Avatar de zero_master
zero_master
 
Fecha de Ingreso: junio-2011
Ubicación: Leon, Gto
Mensajes: 290
Antigüedad: 12 años, 10 meses
Puntos: 74
Respuesta: R.id no funciona

jeje leyendo tu R.java se nota el error no tienes la sección id
que debería verse algo parecido a esto:


public static final class id {
public static final int Pixel=0x7f050001;
public static final int RGB=0x7f050002;
public static final int mainlayout=0x7f050000;
public static final int test_image=0x7f050003;
}
creo que entraste y lo modificaste te recomiendo que copies tu código en una archivo txt y borres ese proyecto, crea uno nuevo e inicia de nuevo.

PD. El archivo R.java nunca debes de modificarlo se genera automáticamente y se agregan valores automáticamente.