FAILURE Build failed with an exception WhereInitialization script CUsersDELLAppDataLocalTempMain_main__gradle line 41 What went wrongA problem occurred evaluating root project android A problem occurr
This error occurred while attempting to build an Android project. The error message indicates that there is a problem with the initialization script at line 41. Specifically, the problem is related to configuring the project's "app" module.
It appears that the task ":app:Main.main()" could not be created because the source set with the name "main" could not be found. This suggests that there may be an issue with the project's configuration or file structure.
To resolve this issue, you can try running the build with the "--stacktrace" option to get more information about the error. You may also want to check the project's configuration files and ensure that the file structure is set up correctly. If you are still having trouble, you can try running the build with the "--scan" option to get more detailed insights into the build process
原文地址: https://www.cveoy.top/t/topic/cImk 著作权归作者所有。请勿转载和采集!