Importing CardView and RecyclerView (Android 5.0) in my existing project (eclipse)

前端 未结 6 1541
天涯浪人
天涯浪人 2021-01-17 08:07

I want to import CardView and RecyclerView in my existing project. I am using ECLIPSE. I read other answers in stackoverflow but all of them are for Android Studio. ve Can a

6条回答
  •  情话喂你
    2021-01-17 08:41

    For RecyclerView i am able to run by simply adding the jar file of recycler obtained from the libs folder of recycler within v7 support folder for cardview , i imported it as a android project , made it as a library and added to my project. the UI in my android worked perfect for first run but now it shows error in the UI editor but runs perfectly in emulator. hope it helps

提交回复
热议问题