Hey, I'm just starting to learn to code Java, but having hard time with one error in Android Studio.
So I was following simple lesson to copy text to console, but getting error:
FAILURE: Build failed with an exception.
* Where:
Initialization script 'C:\Users\elvij\AppData\Local\Temp\Helloworld_main__.gradle' line: 20
* What went wrong:
A problem occurred configuring project ':app'.
> Could not create task ':app:Helloworld.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
Deprecated Gradle features were used in this build, making it incompatible with Gradle 6.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/5.4.1/userguide/command_line_interface.html#sec:command_line_warnings
BUILD FAILED in 0s
21:52:13: Task execution finished 'Helloworld.main()'.
I even reinstalled Android Studio, but didn't help.What's the problem?
So I was following simple lesson to copy text to console, but getting error:
FAILURE: Build failed with an exception.
* Where:
Initialization script 'C:\Users\elvij\AppData\Local\Temp\Helloworld_main__.gradle' line: 20
* What went wrong:
A problem occurred configuring project ':app'.
> Could not create task ':app:Helloworld.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
Deprecated Gradle features were used in this build, making it incompatible with Gradle 6.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/5.4.1/userguide/command_line_interface.html#sec:command_line_warnings
BUILD FAILED in 0s
21:52:13: Task execution finished 'Helloworld.main()'.
I even reinstalled Android Studio, but didn't help.What's the problem?