android studio 添加依赖方法

1 项目中没有需要引进的
a file—new----import module 之后按照提示下一步就好 此处名字需要和APP的build.gradle 中compile project(’:kit’)名字一致
android studio 添加依赖方法
b 如果报错 Project with path ‘:kit’ could not be found in project ‘:app’. 需要在setting.gradle中添加如图

android studio 添加依赖方法

然后在添加module依赖android studio 添加依赖方法
2 如果项目中已经存在要依赖的module 重复b步骤

相关文章:

  • 2022-12-23
  • 2021-11-02
  • 2022-01-04
  • 2022-12-23
  • 2022-01-13
  • 2022-12-23
  • 2022-03-05
猜你喜欢
  • 2021-09-22
  • 2022-12-23
  • 2021-11-28
  • 2021-10-14
  • 2022-12-23
  • 2021-08-24
  • 2022-12-23
相关资源
相似解决方案