1.将 android module导入 android project 中 2.修改android module 的build.gradle文件 添加一行 "apply plugin: 'android-library"' 说明此android module 是用来做lib3.在要使用的module中 将导入的module作为依赖库 file ---->Project Structure -------->Dependencies.。