0

CardLib have the following link : library

I have problem when I try to import in Eclipse.

Segui also this link: Link de Youtube

But without any good result

I hope you can help me or some other library to use it.

Thank You

Gabriele Mariotti
  • 320,139
  • 94
  • 887
  • 841
  • 1
    download the source and resource files, merge with your source files and then change R imports in each class. and also why do you want to import in eclipse?. Google has now dropped support for it. – Krupal Shah Jul 03 '15 at 19:59

1 Answers1

1

Today you should use the official IDE Android Studio for Android Dev.

This library has all its modules in gradle as aar, and you can easily add this dependency to your project.

However, You can find here all the info to build the library in Eclipse.

Warning:

  • this library has many modules as described here:

  • you have to build all modules you need

  • you have to import in your workspace, the support libraries (support-v4, annotation, recycler-view, cardView)

Gabriele Mariotti
  • 320,139
  • 94
  • 887
  • 841