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

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

    Finally, i resolved my problem.

    .../sdk/extras/android/support/v7/

    >appcompat
        >libs
            >android-support-v4.jar
            >android-support-v7-appcompat.jar
    >cardview
        >libs
            >android-support-v7-cardview.jar
    >gridlayout
        >libs
            >android-support-v7-gridlayout.jar
    >mediarouter
        >libs
            >android-support-v7-mediarouter.jar
    >palette
        >libs
            >android-support-v7-palette.jar
    >recyclerview
        >libs
            >android-support-v7-recyclerview.jar
    

    copy all jar file above to your project libs, and use this android-support-v4.jar above instead of yours

提交回复
热议问题