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

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

    They are also available as Android library projects now, in extras/android/support/v7/ of your SDK installation. Make a copy of those projects elsewhere on your hard drive, import them into Eclipse, then reference them as libraries from your app following the instructions in the documentation.

提交回复
热议问题