Flutter (Channel stable, 3.44.7, on macOS 26.5.2 25F84 darwin-arm64, locale en-US) [260ms]
• Flutter version 3.44.7 on channel stable at /Users/preethikandukuri/development/flutter
• Upstream repository https://github.com/flutter/flutter.git
• Framework revision 84fc5cbb22 (4 days ago), 2026-07-17 10:20:17 -0700
• Engine revision 69c8c61792
• Dart version 3.12.2
• DevTools version 2.57.0
• Feature flags: enable-web, enable-linux-desktop, enable-macos-desktop, enable-windows-desktop, enable-android,
enable-ios, cli-animations, enable-native-assets, enable-swift-package-manager, omit-legacy-version-file,
enable-lldb-debugging, enable-uiscene-migration
[✓] Android toolchain - develop for Android devices (Android SDK version 37.0.0) [933ms]
• Android SDK at /Users/preethikandukuri/Library/Android/sdk
• Emulator version 37.1.9.0 (build_id 15834520) (CL:N/A)
• Platform android-37.0, build-tools 37.0.0
• ANDROID_HOME = /Users/preethikandukuri/Library/Android/sdk
• Java binary at: /Applications/Android Studio RC.app/Contents/jbr/Contents/Home/bin/java
This JDK is specified in your Flutter configuration.
To change the current JDK, run: `flutter config --jdk-dir="path/to/jdk"`.
• Java version OpenJDK Runtime Environment (build 25.0.2+-15348964-b329.117)
• All Android licenses accepted.
[✓] Xcode - develop for iOS and macOS (Xcode 27.0) [628ms]
• Xcode at /Applications/Xcode-beta273.app/Contents/Developer
• Build 27A5218g
• CocoaPods version 1.16.2
[✓] Chrome - develop for the web [4ms]
• Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome
[✓] Connected device (5 available) [6.4s]
• Pixel 10 (mobile) • 5A311FDCR0001H • android-arm64 • Android 17 (API
37)
• Pixel 10 (wireless) (mobile) • adb-5A311FDCR0001H-OVGQJY._adb-tls-connect._tcp • android-arm64 • Android 17 (API
37)
• iPad (wireless) (mobile) • 00008122-001A08DC22B9801C • ios • iOS 27.0
24A5390f
• macOS (desktop) • macos • darwin-arm64 • macOS 26.5.2
25F84 darwin-arm64
• Chrome (web) • chrome • web-javascript • Google Chrome
150.0.7871.129
[✓] Network resources [1,124ms]
• All expected network resources are available.
Steps to reproduce
Expected results
Android Device lab tests should build and execute successfully using the latest Android Studio RC bundled JDK.
Actual results
The Gradle build fails before compilation begins with:
FAILURE: Build failed with an exception.
25.0.2
java.lang.IllegalArgumentException: 25.0.2
at org.jetbrains.kotlin.com.intellij.util.lang.JavaVersion.parse(...)
Note :
Few of the Tests failed :
Code sample
Code sample
[Paste your code here]Screenshots or Video
Screenshots / Video demonstration
[Upload media here]
Logs
Logs
Flutter Doctor output
Doctor output