I\'m using Android Studio, and as you know, importing libraries used in current IDE like Eclipse is not easy with Android Studio. I\'m trying to im
IDE
Eclipse
this library is deprecated. just using from below library
implementation 'com.github.androidlibraries:slidingmenu:1.0.0'
note: dont forget using this
maven { url "https://jitpack.io" } in repositories block
maven { url "https://jitpack.io" }