1.androidstudio可以引入别的project的library module作为library?
把library module 拷贝到你的工程下;
在settings.gradle 中配置 include ':module路径'
在app module 的dependency 里面 compile project(':module路径')
1.androidstudio可以引入别的project的library module作为library?
把library module 拷贝到你的工程下;
在settings.gradle 中配置 include ':module路径'
在app module 的dependency 里面 compile project(':module路径')
本文标题:Androidstudio 问题手札
本文链接:https://www.haomeiwen.com/subject/yihsxxtx.html
网友评论