问题报错:
* What went wrong:
A problem occurred configuring project ':app'.
> Could not create task ':app:Test.main()'.
> SourceSet with name 'main' not found.
解决方法:
1、找到 .ideal 目录下的 gradle.xml 文件
2、在 gradle.xml 中 GradleProjectSettings 结点下添加如下代码
不使用 gradle 进行构建
<option name="delegatedBuild" value="false" />