SlidingMenu icon indicating copy to clipboard operation
SlidingMenu copied to clipboard

About the integration in android studio

Open Abhinandan-Chada opened this issue 9 years ago • 5 comments

Can you please tell the exact procedure to integrate this library in android studio. Thanks in advance,

Abhinandan-Chada avatar Apr 01 '15 08:04 Abhinandan-Chada

  1. Dowload the library as zip.
  2. https://github.com/jfeinstein10/SlidingMenu/tree/master/library is the main lib, rename it to SlidingMenu
  3. Put the project then to your project root directory.
  4. Modify settings.gradle file to include ':SlidingMenu'.
  5. In your app build.gradle add compile project(':SlidingMenu')

If you get any error like build gradle version etc, then first try to import the library in Android Studio to update gradle file. then step 3.

thevirus20 avatar Apr 06 '15 19:04 thevirus20

You can also use: https://github.com/jzaccone/SlidingMenu-aar

ziem avatar Apr 23 '15 10:04 ziem

+1

tennessine avatar Jul 04 '15 11:07 tennessine

Is there any solution or it is open yet ?

aceiro avatar Mar 24 '16 13:03 aceiro