SlidingMenu
SlidingMenu copied to clipboard
About the integration in android studio
Can you please tell the exact procedure to integrate this library in android studio. Thanks in advance,
- Dowload the library as zip.
- https://github.com/jfeinstein10/SlidingMenu/tree/master/library is the main lib, rename it to
SlidingMenu
- Put the project then to your project root directory.
- Modify
settings.gradle
file to include':SlidingMenu'
. - In your app
build.gradle
addcompile 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.
You can also use: https://github.com/jzaccone/SlidingMenu-aar
i did mine on here https://github.com/jjhesk/BringItBackAdvanceSlidingMenu
+1
Is there any solution or it is open yet ?