导入第三方开源框架/项目
以xUtils3开源框架为例:
一、下载第三方开源框架/项目
下载地址:[xUtils3](https://github.com/wyouflf/xUtils3)
二、把第三方开源框架/项目的library文件考到项目文件夹中与app文件夹同级
三、在settings.gradle文件中添加框架/项目
include ':app',"SlidingMenu","xUtils"
四、在build.gradle(Module:app)中添加依赖
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
testCompile 'junit:junit:4.12'
compile 'com.android.s