AS升级3.2.0 编译报错:The SourceSet 'instrumentTest' is not recognized by the Android Gradle Plugin.

解决方法:将 instrumentTest.setRoot(‘tests’) 转为 androidTest.setRoot('tests')



作者:茶杯里的阳光
链接:https://www.jianshu.com/p/5831f9f305a5
来源:简书
简书著作权归作者所有,任何形式的转载都请联系作者获得授权并注明出处。

相关文章:

  • 2021-04-30
  • 2021-08-01
  • 2021-04-19
  • 2021-05-19
  • 2021-06-18
  • 2021-08-22
  • 2022-12-23
  • 2021-12-10
猜你喜欢
  • 2021-05-10
  • 2021-09-09
  • 2021-09-22
  • 2021-07-18
  • 2021-09-22
  • 2022-01-15
  • 2021-12-26
相关资源
相似解决方案