How to import slidingmenu on Android Studio?

前端 未结 5 1798
醉酒成梦
醉酒成梦 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条回答
  •  Happy的楠姐
    2020-12-04 20:49

    http://www.devexchanges.info/2015/05/import-eclipse-library-non-gradle.html

    This post has the best answer. But make sure your build.gradle compileSdkVersion buildTollsVersion minsdkVersion and targerSdkversion for both the app and library are the same/match.

提交回复
热议问题