Launching lib\main.dart on AOSP on IA Emulator in debug mode…
Running Gradle task ‘assembleDebug’…
FAILURE: Build failed with an exception.
What went wrong:
Execution failed for task ‘:app:compileDebugKotlin’.
Kotlin could not find the required JDK tools in the Java installation ‘C:\Program Files (x86)\Java\jre1.8.0_301’ used by Gradle. Make sure Gradle is running on a JDK, not JRE.
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.
You probably have your JAVA_HOME pointing to the jre instead of the jdk. Download the Java JDK and edit your Environment Variables so gradle can find your installed JDK.
What went wrong:
A problem occurred configuring project ‘:app’.
Could not create task ‘:app:test.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.
Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0.
Use ‘–warning-mode all’ to show the individual deprecation warnings.
See Command-Line Interface
15:08:14: Task execution finished ‘test.main()’.