package com.example.javatemel;
public class Main {
public static void main(String[] args){
System.out.println("hello java");
System.out.println(5 * 8);
}
}
RUN diyince şu şekilde bir hata ile karşılaşıyorum sorun ne dir acaba Android Studio kullanıyorum ve en güncel sürümü build.gradle oda güncel.
Executing tasks: [Main.main()] in project C:\Users\TOOR\AndroidStudioProjects\JavaTemel2
FAILURE: Build failed with an exception.
* Where:
Initialization script 'C:\Users\TOOR\AppData\Local\Temp\Main_main__.gradle' line: 20
* What went wrong:
A problem occurred configuring project ':app'.
> Could not create task ':app:Main.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.6.4/userguide/command_line_interface.html#sec:command_line_warnings
BUILD FAILED in 258ms
05:12:52: Task execution finished 'Main.main()'.