hola .
espero estar en el foro correcto.
estoy aprendienco android studio e hice un ejemplo simple de botones , al cual funciono sin problemas , hasta hoy cuando intente publicar en mi telefono.
me salio el siguiente error.
Error:(16, 21) Resource id cannot be an empty string (at 'id' with value '@+id/').
<LinearLayout
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:layout_centerVertical="true"
android:layout_alignParentRight="true"
android:layout_alignParentEnd="true"
android:weightSum="1"
android:id="@+id/"> aqui marca el error.
alguien me puede orientar???
gracias.