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