0

I'm using IntelliJ 2019.1.3 on Ubuntu 19.04. When I make a change then hot reload activates and the IntelliJ Console output shows "The application is paused." After a while it may be responsive again, or freeze long enough that I give up. VSCode hot reloads fine, but I'd prefer to use IntelliJ.

How can I troubleshoot this?

==> flutter doctor -v
[✓] Flutter (Channel stable, v1.7.8+hotfix.3, on Linux, locale en_US.UTF-8)
    • Flutter version 1.7.8+hotfix.3 at /home/jibbers42/flutter
    • Framework revision b712a172f9 (2 days ago), 2019-07-09 13:14:38 -0700
    • Engine revision 54ad777fd2
    • Dart version 2.4.0


[✓] Android toolchain - develop for Android devices (Android SDK version 28.0.3)
    • Android SDK at /home/jibbers42/bin/android-sdk/
    • Android NDK location not configured (optional; useful for native profiling support)
    • Platform android-28, build-tools 28.0.3
    • ANDROID_HOME = /home/jibbers42/bin/android-sdk
    • ANDROID_SDK_ROOT = /home/jibbers42/bin/android-sdk
    • Java binary at:
      /home/jibbers42/.local/share/JetBrains/Toolbox/apps/AndroidStudio/ch-0/183.5522156/jre/bin/jav
      a
    • Java version OpenJDK Runtime Environment (build 1.8.0_152-release-1343-b16-5323222)
    • All Android licenses accepted.

[✓] Android Studio (version 3.4)
    • Android Studio at
      /home/jibbers42/.local/share/JetBrains/Toolbox/apps/AndroidStudio/ch-0/183.5522156
    • Flutter plugin version 35.3.1
    • Dart plugin version 183.6270
    • Java version OpenJDK Runtime Environment (build 1.8.0_152-release-1343-b16-5323222)

[✓] IntelliJ IDEA Community Edition (version 2019.1)
    • IntelliJ at /home/jibbers42/.local/share/JetBrains/Toolbox/apps/IDEA-C/ch-0/191.7479.19
    • Flutter plugin version 37.0.3
    • Dart plugin version 191.7830

[✓] VS Code (version 1.36.1)
    • VS Code at /usr/share/code
    • Flutter extension version 3.2.0

[✓] Connected device (1 available)
    • Pixel 3 XL • 89HY071WP • android-arm64 • Android 9 (API 28)

• No issues found!

jibbers42
  • 113
  • 2
  • 7
  • Was it always like this? – 10101010 Jul 11 '19 at 15:10
  • No, but I'm not sure when it changed... it's been at least a couple months or more. I've been hoping either an IntelliJ, a plugin, or a flutter update would fix it, but so far not. – jibbers42 Jul 11 '19 at 19:52
  • https://stackoverflow.com/questions/49540791/android-studio-with-flutter-update-has-caused-an-indexing-loop?rq=1 might help – 10101010 Jul 12 '19 at 03:24
  • Thanks, but doesn't seem to apply. I don't have an indexing issue, but I invalidated the caches anyway and I already had the "ALLOW_USER_CONFIGURATION" "false" setting in my .iml file. – jibbers42 Jul 12 '19 at 14:30
  • Have you had a look at the links in https://stackoverflow.com/a/49541241/4453205? – 10101010 Jul 12 '19 at 14:47
  • You might want to check you RAM usage while that happens. – 10101010 Jul 12 '19 at 14:49
  • All the links point to the reindexing issue, but I don't have that issue. Still I've applied the fixes just to be sure. Also, my RAM seems to be fine. Overall is about 50% and no process seems to consume an excess amount. – jibbers42 Jul 12 '19 at 21:27

0 Answers0