Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
[ID: 558956]
View issue level access limits(Press Alt + Right arrow for more information)
Attachment actions
Unintended behavior
View staffing
Description
1. Describe the bug or issue that you're seeing.
I have a run configuration to build a Flutter app which is as follows:
I'd expect that all of these Script are run with the configured Shell
/bin/bash
(underTools > Terminal > Shell path
), however the Format Files configuration is run using/bin/sh
Trying to change the configuration of Format Files to
/bin/bash dart format .
also does not work.Use Firebase Dev Config
runs fine but the next stepFormat Files
does not work. Probably because it user a Run Shell Script from a Shell Script configuration.If I run the
Format Files
configuration directly it works. If I run theRun Code generation
config directly I does not work.The output of the
Format Files
config when run viaRun code generation
orBuild Dev Flavor
is the following:2. Attach log files from Android Studio
ā
Build: AI-232.10300.40.2321.11668458, 202404040104
AI-232.10300.40.2321.11668458, JRE 17.0.9+0-17.0.9b1087.7-11185874x64 JetBrains s.r.o., OS Mac OS X(aarch64) v14.1.1, screens 3456.0x2234.0, 3440.0x1440.0; Retina
AS: Iguana | 2023.2.1 Patch 2 Kotlin plugin: 232-1.9.0-release-358-AS10300.40.2321.11668458 Android Gradle Plugin: (plugin information not found) Gradle: (gradle version information not found) Gradle JDK: JetBrains Runtime version 17.0.9 NDK: from local.properties: (not specified), latest from SDK: 26.2.11394342 CMake: from local.properties: (not specified), latest from SDK: (not found), from PATH: (not found) Source: send_feedback_icon```