1.现象描述

Android studio 2.3升级3.0之后报如下错误:

Cannot choose between the following configurations of project

2.解决办法

在module的build.gradle里面的dependencies加上一句:

compile project(path: ':rxlife', configuration: 'default')

转载于:https://blog.51cto.com/9963492/1973671

相关文章:

  • 2021-09-15
  • 2021-07-01
  • 2022-12-23
  • 2021-09-08
  • 2022-12-23
  • 2022-12-23
  • 2021-08-15
  • 2021-06-13
猜你喜欢
  • 2021-04-14
  • 2022-12-23
  • 2021-12-25
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案