Link an external module in androidstudio to this project

In your project's setting.gradle
include 'lib'
project(':lib').projectDir= new File(settingsDir, '../yourlib')
//The relative path of your library to setting.gradle

This will directly The external project imports dependencies without copying a copy to its own project

Author : Lowwor
Link: http://www.zhihu.com/question/36284071/answer/66939581 Contact the author for authorization.

Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=326576470&siteId=291194637