Ver Mensaje Individual
  #1  
Viejo 11/11/14, 14:15:13
Avatar de Dild0
Dild0 Dild0 no está en línea
Usuario muy activo
Mensajes: 860
 
Fecha de registro: may 2009
Mensajes: 860
Versión de ROM: CyanogenMOD
Tu operador: Pepephone
Mencionado: 3 comentarios
Tagged: 0 hilos
Problemas al importar android.support.v7.widget.RecyclerView

Tengo el .jar de la android.support.v7.widget.RecyclerView pero no consigo hacer que funcione.

Estoy en eclipse

En teoría está bien importado pero no para de darme este error cuando en el xml del layout inserto un recycleview

The following classes could not be instantiated:
- android.support.v7.widget.RecyclerView (Open Class, Show Error Log)
See the Error Log (Window > Show View) for more details.


<android.support.v7.widget.RecyclerView
android:id="@+id/recycler_view"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:cacheColorHint="@android:color/transparent"
android:scrollbars="vertical" />
Responder Con Cita