在androidstudio导入library

来源:互联网 发布:h5页面制作软件排行 编辑:程序博客网 时间:2024/04/29 08:34

以SlidingMenu为例:

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