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

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
来源:简书
简书著作权归作者所有,任何形式的转载都请联系作者获得授权并注明出处。
上一篇:搭建一个vue项目


下一篇:COSC1076 Advanced Programming Techniques