Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flutter Dev Tools causes crash of Android Studio #7954

Open
skiunke opened this issue Mar 1, 2025 · 1 comment
Open

Flutter Dev Tools causes crash of Android Studio #7954

skiunke opened this issue Mar 1, 2025 · 1 comment
Labels
devtools-integration Related to the integration with Dart DevTools jxbrowser

Comments

@skiunke
Copy link

skiunke commented Mar 1, 2025

Interacting with the flutter dev tools in Android Studio in the sidebar causes the program to crash. Affected are Flutter DevTools, Flutter DevTools Extensions, Flutter Deep Links.

stacktrace.txt
crash.txt
flutter_doctor.txt

plugins.txt

Extra plugins: com.intellij.marketplace (242.24335) com.markskelton.one-dark-theme (5.13.0) Dart (242.24931) dev.turingcomplete.intellijdevelopertoolsplugins (5.2.0) zielu.gittoolbox (600.0.9+242) io.flutter (83.0.3)

@skiunke skiunke changed the title Flutter Dev Tools cause crash of Android Studio Flutter Dev Tools causes crash of Android Studio Mar 1, 2025
@innerwilds
Copy link

Same issue with same logs. Even with clean startup and only Flutter and Dart plugins installed (no Google folders in .cache and .local on startup, no JxBrowser in some home folders). JxBrowser just loaded and then studio closes right after opening Flutter DevTools window.

As a workaround, I enable experimental feature "Use JCEF browser..." under "Languages ​​& Frameworks -> Flutter" at the bottom and then installed JBR with JCEF. Flutter DevTools window works properly now.

A quick guide to installing JBR with JCEF if you need it:

  1. Press CTRL + Shift + A
  2. Input "Choose Boot Java Runtime for the IDE..."
  3. Select the option
  4. Under "New" select field choose latest JBR with JCEF.
  5. Click OK.

@mossmana mossmana added jxbrowser devtools-integration Related to the integration with Dart DevTools labels Mar 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
devtools-integration Related to the integration with Dart DevTools jxbrowser
Projects
None yet
Development

No branches or pull requests

3 participants