android - How to use recyclerview and cardview in ecilipse? -


i have tried copying jar files libs folder, importing recyclerview.jar dependencies nothing seems work.
please give solution eclipse not android studio. advice helpful.

first of please consider switch android studio.

you can find release of support libraries library in folder:

sdk/extras/android/m2repository/com/android/support/ 

here can check version.
in folders find aar file of support libraries. inside can check classes.jar file,the res folder , androidmanifest file.

  • create project in workspace

  • unzip aar directory.

  • copy androidmanifest.xml, res, , assets folders aar project.

  • create libs directory in project , copy classes.jar

  • add dependency.

  • use sdk 23 compile

  • mark project library

the recyclerview library has support-v4.jar , support-annotations-23.x.x.jar dependencies.


Comments

Popular posts from this blog

Hatching array of circles in AutoCAD using c# -

ios - UITEXTFIELD InputView Uipicker not working in swift -

Python Pig Latin Translator -