Setting.gradle 里面 添加
include ‘:app‘,‘imagePicker’
其中 imagePicker 为要引入的项目名
build.gradle(Module: app) dependencies 内 添加
compile project(path: ‘:imagepicker‘)
Setting.gradle 里面 添加
include ‘:app‘,‘imagePicker’
其中 imagePicker 为要引入的项目名
build.gradle(Module: app) dependencies 内 添加
compile project(path: ‘:imagepicker‘)
Android studio 在一个项目上添加另一个项目,引用其内部参数
原文:http://www.cnblogs.com/fajieyefu/p/8097856.html