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

前端 未结 6 1544
天涯浪人
天涯浪人 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:48

    Currently to get the recyclerView you first download from the sdk manager the Android support repository in the 'Extras" section. After that you need to import all the libraries from here (starting from your sdk folder path):

    sdk\extras\android\m2repository\com\android\support
    

    enter image description here

提交回复
热议问题