当前位置:网站首页>> Could not create task ‘:app:MyTest. main()‘. > SourceSet with name ‘main‘ not found. Problem repair
> Could not create task ‘:app:MyTest. main()‘. > SourceSet with name ‘main‘ not found. Problem repair
2022-07-05 10:11:00 【A bird carved in the desert】
Android studio Unable to execute Java Class main Methods problems and solutions
FAILURE: Build failed with an exception.
* Where:
Initialization script 'C:\Users\eerdunsang\AppData\Local\Temp\MyTest_main__.gradle' line: 21
* What went wrong:
A problem occurred configuring project ':app'.
> Could not create task ':app:MyTest.main()'.
> SourceSet with name 'main' not found.
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
* Get more help at https://help.gradle.org
BUILD FAILED in 9s
9:10:31: Task execution finished 'MyTest.main()'.
resolvent :
stay .idea Under folder gradle.xml In file <GradleProjectSettings> Add under label <option name="delegatedBuild" value="false" />, Then run it again
<option name="delegatedBuild" value="false" />
边栏推荐
- ThreadLocal source code learning
- RMS to EAP is simply implemented through mqtt
- Kotlin Compose 多个条目滚动
- 如何判断线程池已经执行完所有任务了?
- How to get the STW (pause) time of GC (garbage collector)?
- MySQL数字类型学习笔记
- Cerebral cortex: directed brain connection recognition widespread functional network abnormalities in Parkinson's disease
- Fluent generates icon prompt logo widget
- Unity particle special effects series - the poison spray preform is ready, and the unitypackage package can be used directly - next
- Pagoda panel MySQL cannot be started
猜你喜欢
Six simple cases of QT
@SerializedName注解使用
Uncover the practice of Baidu intelligent testing in the field of automatic test execution
B站大量虚拟主播被集体强制退款:收入蒸发,还倒欠B站;乔布斯被追授美国总统自由勋章;Grafana 9 发布|极客头条...
双容水箱液位模糊PID控制系统设计与仿真(Matlab/Simulink)
盗版DALL·E成梗图之王?日产5万张图像,挤爆抱抱脸服务器,OpenAI勒令改名
Analysis on the wallet system architecture of Baidu trading platform
自动化规范检查软件如何发展而来?
Unity粒子特效系列-毒液喷射预制体做好了,unitypackage包直接用 - 上
Pagoda panel MySQL cannot be started
随机推荐
Kotlin Compose 与原生 嵌套使用
A high density 256 channel electrode cap for dry EEG
Node red series (29): use slider and chart nodes to realize double broken line time series diagram
Z-blog template installation and use tutorial
让AI替企业做复杂决策真的靠谱吗?参与直播,斯坦福博士来分享他的选择|量子位·视点...
《剑来》语句摘录(七)
面试:Bitmap像素内存分配在堆内存还是在native中
善用兵者,藏于无形,90 分钟深度讲解最佳推广价值作品
90%的人都不懂的泛型,泛型的缺陷和应用场景
【 conseils 】 obtenir les valeurs des axes X et y de la fonction cdfplot dans MATLAB
[tips] get the x-axis and y-axis values of cdfplot function in MATLAB
Tianlong Babu TLBB series - single skill group injury
TDengine × Intel edge insight software package accelerates the digital transformation of traditional industries
oracle和mysql批量Merge对比
Kotlin Compose 多个条目滚动
La vue latérale du cycle affiche cinq demi - écrans en dessous de cinq distributions moyennes
To bring Euler's innovation to the world, SUSE should be the guide
QT VT100 parser
ArcGIS Pro creating features
如何獲取GC(垃圾回收器)的STW(暫停)時間?