Android Studio新建通用library及添加依赖

android studio中的library意味着module,所以利用Android studio新建moudle,然后让app依赖该moudle就可以了。

具体步骤:

Android Studio新建通用library及添加依赖_第1张图片
Paste_Image.png

选择Andriod Labrary

Android Studio新建通用library及添加依赖_第2张图片
Paste_Image.png

即可。

如果在其它项目想要使用该Labrary,则首先 import module

![7R}%]29N3VJRLM19L5K)MHP.jpg](http://upload-images.jianshu.io/upload_images/2704327-5961d8b31e7ec882.jpg?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240)

然后再添加依赖即可。

![Q1@}B9UVX4A%3LSXHP8%7W.jpg

CSDN地址
http://blog.csdn.net/e_Inch_Photo/article/details/71109611

你可能感兴趣的:(Android Studio新建通用library及添加依赖)