How to import slidingmenu on Android Studio?

前端 未结 5 1804
醉酒成梦
醉酒成梦 2020-12-04 20:30

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

5条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2020-12-04 20:58

    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

提交回复
热议问题