* What went wrong: A problem occurred configuring project ':app'. > Could not create task ':app:HelloWorldJava.main()'. > SourceSet with name 'main' not found.
/AndroidStudioProjects/MyApplication/app/src/main/java/com/vap/myapplication$ java -cp . Main.class Error: Could not find or load main class Main.class Caused by: java.lang.ClassNotFoundException: Main.class