-2

I want to use Material Designs Ripple Effect into my project which is lower level of Lollipop. I have Downloaded RippleEffect library from github.com. How can I import this library into Eclipse and how to add these third party libraies into my project?

Tunaki
  • 132,869
  • 46
  • 340
  • 423
Kabil Dev
  • 1
  • 2
  • 3
    Try searching google for answers before posting to SO. We will help you after seeing your efforts. One more thing, check the below links for similar posts: http://stackoverflow.com/questions/23168467/how-can-i-add-a-gradle-library-to-android-project-in-eclipse http://stackoverflow.com/questions/20805715/importing-gradle-project-to-eclipse – V_J Nov 17 '15 at 13:31

1 Answers1

0

You can import library by creating POM if eclipse has maven-android-plugin. Or do it with aar file if eclipse has gradle-eclipse-aar-plugin.

Vladimir Markeev
  • 654
  • 10
  • 25