• John McCutchan's avatar
    Improvements to flutter doctor JDK search. (#8745) · 2148e9af
    John McCutchan authored
    - [x] Add custom logic on MacOS to determine if Java is installed before invoking `java`.
    - [x] Check JAVA_HOME, platform specific logic, and finally PATH to locate the `java` executable.
    - [x] Improved doctor messages.
    
    Fixes #8508
    Fixes #8521
    2148e9af
android_workflow.dart 5.99 KB