前提・実現したいこと
Android StudioでRunをしようとすると以下のエラーメッセージが発生しました。
発生している問題・エラーメッセージ
14:59:41: Executing task 'Test1.main()'... Executing tasks: [Test1.main()] in project C:\Users\○○\AndroidStudioProjects\MyApplication1 Starting Gradle Daemon... Gradle Daemon started in 2 s 829 ms FAILURE: Build failed with an exception. * Where: Initialization script 'C:\Users\○○\AppData\Local\Temp\Test01_main__.gradle' line: 21 * What went wrong: A problem occurred configuring project ':app'. > Could not create task ':app:Test1.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 12s 14:59:55: Task execution finished 'Test1.main()'.
該当のソースコード
java
public class Test1 { public static void main(String[] args) { System.out.print("Hello World"); } }
試したこと
このエラーが出てからプロジェクトを作り直したりAndroid Studioをインストールし直したりしてみましたが、同じエラーが出ます。
補足情報(FW/ツールのバージョンなど)
Android Studioのバージョンは4.0.1です。
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2020/10/07 07:49