flutter / flutter-intellij

Flutter Plugin for IntelliJ
https://flutter.dev/using-ide
BSD 3-Clause "New" or "Revised" License
1.98k stars 319 forks source link

Getting "Installing Devtools" message forever, and Flutter Inspector doesn't start #5032

Closed marcglasberg closed 3 years ago

marcglasberg commented 3 years ago

Getting "Installing Devtools" message, and Flutter Inspector doesn't start. The plugin shows: Flutter 51.0.3

I was using an older plugin because of this: https://github.com/flutter/flutter-intellij/issues/4952

Then I upgraded to plugin 51.0.3 and now it just doesn't work. What should I do?

My flutter doctor -v:

[√] Flutter (Channel stable, 1.22.3, on Microsoft Windows [versao 10.0.18363.1139], locale pt-BR)
    • Flutter version 1.22.3 at C:\flutter
    • Framework revision 8874f21e79 (11 days ago), 2020-10-29 14:14:35 -0700
    • Engine revision a1440ca392
    • Dart version 2.10.3

[√] Android toolchain - develop for Android devices (Android SDK version 30.0.2)
    • Android SDK at C:\Users\m\AppData\Local\Android\sdk
    • Platform android-30, build-tools 30.0.2
    • Java binary at: C:\Program Files\Android\Android Studio\jre\bin\java
    • Java version OpenJDK Runtime Environment (build 1.8.0_242-release-1644-b01)
    • All Android licenses accepted.

[√] Android Studio (version 4.0)
    • Android Studio at C:\Program Files\Android\Android Studio
    • Flutter plugin version 50.0.1
    • Dart plugin version 193.7547
    • Java version OpenJDK Runtime Environment (build 1.8.0_242-release-1644-b01)

[√] Connected device (1 available)
    • Android SDK built for x86 (mobile) • emulator-5554 • android-x86 • Android 10 (API 29) (emulator)

• No issues found!
marcglasberg commented 3 years ago

Ok, I managed to make it work after reinstalling. Closing this.

marcglasberg commented 3 years ago

I spoke too soon. The problem started again. It seems to fix if I uninstall and reinstall again, but after some time it's back.

Reopening this.

pq commented 3 years ago

@jacob314

10ndavis commented 3 years ago

I was having this issue and running File > Invalid Caches / Restart from intellij fixed it for me.

stevemessick commented 3 years ago

@marcglasberg Could you give us a little more detail? Prior to

Getting "Installing Devtools" message, and Flutter Inspector doesn't start.

What did you do?

marcglasberg commented 3 years ago

What did you do?

Ran the program and clicked the IDE button named "Flutter Inspector".

stevemessick commented 3 years ago

When I do that, it opens the inspector. It doesn't launch DevTools. Can you be more specific? Screen shots might help.

fourman-alex commented 3 years ago

When I do that, it opens the inspector. It doesn't launch DevTools. Can you be more specific? Screen shots might help.

I think in the newest version inspector is DevTools. This issue seems to be somewhat connected to https://github.com/flutter/flutter-intellij/issues/5019 I think the new DevTools uses the web implementation inside the intellij inspector tab which causes some issues.

also might be connected to #5052 #5056

marcglasberg commented 3 years ago

DEVTOOLSproblem

@stevemessick

helin24 commented 3 years ago

@marcglasberg I can look into this. Does this occur every time after a restart? And does DevTools open for you from the run tab?

Screen Shot 2020-11-17 at 8 53 51 AM
AntonFesun commented 3 years ago

I have the same issue on Android Studio, any updates?

helin24 commented 3 years ago

@AntonFesun I'm unable to reproduce this on my own system, so any details you have on these questions may be helpful:

grandslammer commented 3 years ago

I also have the issue in Android Studio.

AntonFesun commented 3 years ago

@helin24 1) Yes, it persist also after invalidate cache + restart 2) nope just writing that devtools are installing and "The DevTools build is in progress" 3) Here is the link for logs https://drive.google.com/file/d/1DnSNicEyIKBBsPpa7R6xwxZNf2b4QZ0D/view?usp=sharing P.S. My OS - Windows. Thanks for your response.

no-response[bot] commented 3 years ago

Without additional information we're unfortunately not sure how to resolve this issue. We're going to close this bug for now, but please don't hesitate to comment on the bug if you have any more information for us; we're happy to reopen. Thanks for your contribution!

helin24 commented 3 years ago

Sorry, that tag should have been removed automatically. Thanks for the additional info @AntonFesun. Are you able to to start DevTools from your command line? For windows this would involve running:

flutter.bat pub global activate devtools
flutter.bat pub global run devtools
fourman-alex commented 3 years ago

Sorry, that tag should have been removed automatically. Thanks for the additional info @AntonFesun. Are you able to to start DevTools from your command line? For windows this would involve running:

flutter.bat pub global activate devtools
flutter.bat pub global run devtools

Devtools runs fine, including from the run tab in the IDE, the "installing devtools" seems to be related to the way it is started in the inspector tab. Wasn't there a major change to that tab functionality lately?

helin24 commented 3 years ago

Devtools runs fine, including from the run tab in the IDE, the "installing devtools" seems to be related to the way it is started in the inspector tab. Wasn't there a major change to that tab functionality lately?

@fourman-alex Correct, we recently started embedding devtools in the inspector tab! It seems there may be two separate issues here, with some of you having problems with the panel specifically and some not being able to open devtools from IntelliJ at all.

Would you mind enabling verbose logging and attaching your logs as well?

fourman-alex commented 3 years ago

Devtools runs fine, including from the run tab in the IDE, the "installing devtools" seems to be related to the way it is started in the inspector tab. Wasn't there a major change to that tab functionality lately?

@fourman-alex Correct, we recently started embedding devtools in the inspector tab! It seems there may be two separate issues here, with some of you having problems with the panel specifically and some not being able to open devtools from IntelliJ at all.

Would you mind enabling verbose logging and attaching your logs as well?

  • Verbose logging is in Preferences -> Languages & frameworks -> Flutter -> General
  • Help -> Show log in finder(/explorer?)

Yes I'll add my logs at ~10 AM GMT

AntonFesun commented 3 years ago
flutter.bat pub global run devtools

Hi @helin24 , first command`s output is Installed executable devtools. Warning: Executable "devtools" runs "bin\devtools.dart", which was not found in devtools. Warning: Pub installs executables into C:\src\flutter.pub-cache\bin, which is not on your path. You can fix that by adding that directory to your system's "Path" environment variable. A web search for "configure windows path" will show you how. Activated devtools 0.9.3+4. And second: Could not find bin\devtools.dart in package devtools. pub finished with exit code 66

fourman-alex commented 3 years ago

Attached logs

flutter log ``` [ +98 ms] executing: [/home/alex/dev/flutter/] git -c log.showSignature=false log -n 1 --pretty=format:%H [ +29 ms] Exit code 0 from: git -c log.showSignature=false log -n 1 --pretty=format:%H [ ] 198df796aa80073ef22bdf249e614e2ff33c6895 [ ] executing: [/home/alex/dev/flutter/] git tag --points-at HEAD [ +9 ms] Exit code 0 from: git tag --points-at HEAD [ ] 1.23.0-18.1.pre [ +7 ms] executing: [/home/alex/dev/flutter/] git rev-parse --abbrev-ref --symbolic @{u} [ +3 ms] Exit code 0 from: git rev-parse --abbrev-ref --symbolic @{u} [ ] origin/beta [ ] executing: [/home/alex/dev/flutter/] git ls-remote --get-url origin [ +3 ms] Exit code 0 from: git ls-remote --get-url origin [ ] https://github.com/flutter/flutter.git [ +32 ms] executing: [/home/alex/dev/flutter/] git rev-parse --abbrev-ref HEAD [ +3 ms] Exit code 0 from: git rev-parse --abbrev-ref HEAD [ ] beta [ +36 ms] Artifact Instance of 'AndroidMavenArtifacts' is not required, skipping update. [ ] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping update. [ ] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update. [ ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update. [ ] Artifact Instance of 'FlutterWebSdk' is not required, skipping update. [ +1 ms] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update. [ ] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update. [ ] Artifact Instance of 'LinuxEngineArtifacts' is not required, skipping update. [ ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update. [ ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update. [ ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update. [ ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update. [ +41 ms] executing: /home/alex/Android/Sdk/platform-tools/adb devices -l [ +35 ms] List of devices attached emulator-5554 device product:sdk_gphone_x86_64 model:sdk_gphone_x86_64 device:generic_x86_64_arm64 transport_id:1 [ +5 ms] /home/alex/Android/Sdk/platform-tools/adb -s emulator-5554 shell getprop [ +30 ms] Artifact Instance of 'AndroidMavenArtifacts' is not required, skipping update. [ +3 ms] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update. [ ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update. [ ] Artifact Instance of 'FlutterWebSdk' is not required, skipping update. [ ] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update. [ ] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update. [ ] Artifact Instance of 'LinuxEngineArtifacts' is not required, skipping update. [ ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update. [ ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update. [ ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update. [ ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update. [ +117 ms] Found plugin cloud_firestore at /home/alex/dev/flutter/.pub-cache/hosted/pub.dartlang.org/cloud_firestore-0.14.2/ [ +8 ms] Found plugin cloud_firestore_web at /home/alex/dev/flutter/.pub-cache/hosted/pub.dartlang.org/cloud_firestore_web-0.2.0+5/ [ +10 ms] Found plugin firebase_auth at /home/alex/dev/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_auth-0.18.2/ [ +2 ms] Found plugin firebase_auth_web at /home/alex/dev/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_auth_web-0.3.1+2/ [ +1 ms] Found plugin firebase_core at /home/alex/dev/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_core-0.5.1/ [ +2 ms] Found plugin firebase_core_web at /home/alex/dev/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_core_web-0.2.0/ [ +2 ms] Found plugin flutter_plugin_android_lifecycle at /home/alex/dev/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_plugin_android_lifecycle-1.0.11/ [ +8 ms] Found plugin image_picker at /home/alex/dev/flutter/.pub-cache/hosted/pub.dartlang.org/image_picker-0.6.7+12/ [ +1 ms] Found plugin image_picker_for_web at /home/alex/dev/flutter/.pub-cache/hosted/pub.dartlang.org/image_picker_for_web-0.1.0+2/ [ +8 ms] Found plugin package_info_plus at /home/alex/dev/flutter/.pub-cache/hosted/pub.dartlang.org/package_info_plus-0.5.0/ [ +1 ms] Found plugin package_info_plus_macos at /home/alex/dev/flutter/.pub-cache/hosted/pub.dartlang.org/package_info_plus_macos-0.1.0/ [ +3 ms] Found plugin package_info_plus_web at /home/alex/dev/flutter/.pub-cache/hosted/pub.dartlang.org/package_info_plus_web-0.1.0/ [ +2 ms] Found plugin path_provider at /home/alex/dev/flutter/.pub-cache/hosted/pub.dartlang.org/path_provider-1.6.22/ [ +1 ms] Found plugin path_provider_linux at /home/alex/dev/flutter/.pub-cache/hosted/pub.dartlang.org/path_provider_linux-0.0.1+2/ [ +1 ms] Found plugin path_provider_macos at /home/alex/dev/flutter/.pub-cache/hosted/pub.dartlang.org/path_provider_macos-0.0.4+4/ [ +1 ms] Found plugin path_provider_windows at /home/alex/dev/flutter/.pub-cache/hosted/pub.dartlang.org/path_provider_windows-0.0.4+1/ [ +20 ms] Found plugin url_launcher at /home/alex/dev/flutter/.pub-cache/hosted/pub.dartlang.org/url_launcher-5.7.8/ [ +1 ms] Found plugin url_launcher_linux at /home/alex/dev/flutter/.pub-cache/hosted/pub.dartlang.org/url_launcher_linux-0.0.1+3/ [ +2 ms] Found plugin url_launcher_macos at /home/alex/dev/flutter/.pub-cache/hosted/pub.dartlang.org/url_launcher_macos-0.0.1+8/ [ +2 ms] Found plugin url_launcher_web at /home/alex/dev/flutter/.pub-cache/hosted/pub.dartlang.org/url_launcher_web-0.1.5/ [ ] Found plugin url_launcher_windows at /home/alex/dev/flutter/.pub-cache/hosted/pub.dartlang.org/url_launcher_windows-0.0.1+1/ [ +95 ms] Found plugin cloud_firestore at /home/alex/dev/flutter/.pub-cache/hosted/pub.dartlang.org/cloud_firestore-0.14.2/ [ +2 ms] Found plugin cloud_firestore_web at /home/alex/dev/flutter/.pub-cache/hosted/pub.dartlang.org/cloud_firestore_web-0.2.0+5/ [ +5 ms] Found plugin firebase_auth at /home/alex/dev/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_auth-0.18.2/ [ +1 ms] Found plugin firebase_auth_web at /home/alex/dev/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_auth_web-0.3.1+2/ [ +1 ms] Found plugin firebase_core at /home/alex/dev/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_core-0.5.1/ [ +1 ms] Found plugin firebase_core_web at /home/alex/dev/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_core_web-0.2.0/ [ ] Found plugin flutter_plugin_android_lifecycle at /home/alex/dev/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_plugin_android_lifecycle-1.0.11/ [ +4 ms] Found plugin image_picker at /home/alex/dev/flutter/.pub-cache/hosted/pub.dartlang.org/image_picker-0.6.7+12/ [ ] Found plugin image_picker_for_web at /home/alex/dev/flutter/.pub-cache/hosted/pub.dartlang.org/image_picker_for_web-0.1.0+2/ [ +2 ms] Found plugin package_info_plus at /home/alex/dev/flutter/.pub-cache/hosted/pub.dartlang.org/package_info_plus-0.5.0/ [ ] Found plugin package_info_plus_macos at /home/alex/dev/flutter/.pub-cache/hosted/pub.dartlang.org/package_info_plus_macos-0.1.0/ [ ] Found plugin package_info_plus_web at /home/alex/dev/flutter/.pub-cache/hosted/pub.dartlang.org/package_info_plus_web-0.1.0/ [ +1 ms] Found plugin path_provider at /home/alex/dev/flutter/.pub-cache/hosted/pub.dartlang.org/path_provider-1.6.22/ [ ] Found plugin path_provider_linux at /home/alex/dev/flutter/.pub-cache/hosted/pub.dartlang.org/path_provider_linux-0.0.1+2/ [ ] Found plugin path_provider_macos at /home/alex/dev/flutter/.pub-cache/hosted/pub.dartlang.org/path_provider_macos-0.0.4+4/ [ +1 ms] Found plugin path_provider_windows at /home/alex/dev/flutter/.pub-cache/hosted/pub.dartlang.org/path_provider_windows-0.0.4+1/ [ +8 ms] Found plugin url_launcher at /home/alex/dev/flutter/.pub-cache/hosted/pub.dartlang.org/url_launcher-5.7.8/ [ ] Found plugin url_launcher_linux at /home/alex/dev/flutter/.pub-cache/hosted/pub.dartlang.org/url_launcher_linux-0.0.1+3/ [ ] Found plugin url_launcher_macos at /home/alex/dev/flutter/.pub-cache/hosted/pub.dartlang.org/url_launcher_macos-0.0.1+8/ [ +1 ms] Found plugin url_launcher_web at /home/alex/dev/flutter/.pub-cache/hosted/pub.dartlang.org/url_launcher_web-0.1.5/ [ ] Found plugin url_launcher_windows at /home/alex/dev/flutter/.pub-cache/hosted/pub.dartlang.org/url_launcher_windows-0.0.1+1/ [ +13 ms] Generating /home/alex/StudioProjects/rimonim/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java [ +17 ms] ro.hardware = ranchu [{"event":"daemon.connected","params":{"version":"0.6.0","pid":5832}}] [{"event":"app.start","params":{"appId":"613b36aa-06e7-4933-9ccf-67a94f35687f","deviceId":"emulator-5554","directory":"/home/alex/StudioProjects/rimonim","supportsRestart":true,"launchMode":"run"}}] [ +42 ms] Starting incremental build... [ +1 ms] Initializing file store [ +8 ms] Skipping target: gen_localizations [ +3 ms] complete [ +3 ms] Launching lib/main.dart on sdk gphone x86 64 in debug mode... [ +4 ms] /home/alex/dev/flutter/bin/cache/dart-sdk/bin/dart --disable-dart-dev /home/alex/dev/flutter/bin/cache/artifacts/engine/linux-x64/frontend_server.dart.snapshot --sdk-root /home/alex/dev/flutter/bin/cache/artifacts/engine/common/flutter_patched_sdk/ --incremental --target=flutter --debugger-module-names --experimental-emit-debug-metadata -Ddart.developer.causal_async_stacks=true -Dfire_emu=true -Dflutter.inspector.structuredErrors=true --output-dill /tmp/flutter_tools.KHTHQZ/flutter_tool.QPJPWS/app.dill --packages .packages -Ddart.vm.profile=false -Ddart.vm.product=false --enable-asserts --track-widget-creation --initialize-from-dill build/cbe5ce0ce626f9df3229bbcc04cb9332.cache.dill.track.dill [ +7 ms] executing: /home/alex/Android/Sdk/build-tools/29.0.2/aapt dump xmltree /home/alex/StudioProjects/rimonim/build/app/outputs/flutter-apk/app.apk AndroidManifest.xml [ +21 ms] Exit code 0 from: /home/alex/Android/Sdk/build-tools/29.0.2/aapt dump xmltree /home/alex/StudioProjects/rimonim/build/app/outputs/flutter-apk/app.apk AndroidManifest.xml [ ] N: android=http://schemas.android.com/apk/res/android E: manifest (line=2) A: android:versionCode(0x0101021b)=(type 0x10)0x1 A: android:versionName(0x0101021c)="0.2.2" (Raw: "0.2.2") A: android:compileSdkVersion(0x01010572)=(type 0x10)0x1c A: android:compileSdkVersionCodename(0x01010573)="9" (Raw: "9") A: package="il.co.rimonim" (Raw: "il.co.rimonim") A: platformBuildVersionCode=(type 0x10)0x1c A: platformBuildVersionName=(type 0x10)0x9 E: uses-sdk (line=7) A: android:minSdkVersion(0x0101020c)=(type 0x10)0x15 A: android:targetSdkVersion(0x01010270)=(type 0x10)0x1c E: uses-permission (line=14) A: android:name(0x01010003)="android.permission.INTERNET" (Raw: "android.permission.INTERNET") E: uses-permission (line=15) A: android:name(0x01010003)="android.permission.READ_EXTERNAL_STORAGE" (Raw: "android.permission.READ_EXTERNAL_STORAGE") E: uses-permission (line=16) A: android:name(0x01010003)="android.permission.WRITE_EXTERNAL_STORAGE" (Raw: "android.permission.WRITE_EXTERNAL_STORAGE") E: uses-permission (line=18) A: android:name(0x01010003)="android.permission.ACCESS_NETWORK_STATE" (Raw: "android.permission.ACCESS_NETWORK_STATE") E: uses-permission (line=19) A: android:name(0x01010003)="android.permission.WAKE_LOCK" (Raw: "android.permission.WAKE_LOCK") E: uses-permission (line=20) A: android:name(0x01010003)="com.google.android.finsky.permission.BIND_GET_INSTALL_REFERRER_SERVICE" (Raw: "com.google.android.finsky.permission.BIND_GET_INSTALL_REFERRER_SERVICE") E: application (line=28) A: android:label(0x01010001)="rimonim" (Raw: "rimonim") A: android:icon(0x01010002)=@0x7f080000 A: android:name(0x01010003)="io.flutter.app.FlutterApplication" (Raw: "io.flutter.app.FlutterApplication") A: android:debuggable(0x0101000f)=(type 0x12)0xffffffff A: android:appComponentFactory(0x0101057a)="androidx.core.app.CoreComponentFactory" (Raw: "androidx.core.app.CoreComponentFactory") E: activity (line=34) A: android:theme(0x01010000)=@0x7f0a0000 A: android:name(0x01010003)="il.co.rimonim.MainActivity" (Raw: "il.co.rimonim.MainActivity") A: android:launchMode(0x0101001d)=(type 0x10)0x1 A: android:configChanges(0x0101001f)=(type 0x11)0x40003fb4 A: android:windowSoftInputMode(0x0101022b)=(type 0x11)0x10 A: android:hardwareAccelerated(0x010102d3)=(type 0x12)0xffffffff E: meta-data (line=48) A: android:name(0x01010003)="io.flutter.embedding.android.NormalTheme" (Raw: "io.flutter.embedding.android.NormalTheme") A: android:resource(0x01010025)=@0x7f0a0001 E: meta-data (line=58) A: android:name(0x01010003)="io.flutter.embedding.android.SplashScreenDrawable" (Raw: "io.flutter.embedding.android.SplashScreenDrawable") A: android:resource(0x01010025)=@0x7f040015 E: intent-filter (line=62) E: action (line=63) A: android:name(0x01010003)="android.intent.action.MAIN" (Raw: "android.intent.action.MAIN") E: category (line=65) A: android:name(0x01010003)="android.intent.category.LAUNCHER" (Raw: "android.intent.category.LAUNCHER") E: meta-data (line=72) A: android:name(0x01010003)="flutterEmbedding" (Raw: "flutterEmbedding") A: android:value(0x01010024)=(type 0x10)0x2 E: service (line=76) A: android:name(0x01010003)="com.google.firebase.components.ComponentDiscoveryService" (Raw: "com.google.firebase.components.ComponentDiscoveryService") A: android:exported(0x01010010)=(type 0x12)0x0 A: android:directBootAware(0x01010505)=(type 0x12)0xffffffff E: meta-data (line=80) A: android:name(0x01010003)="com.google.firebase.components:io.flutter.plugins.firebase.auth.FlutterFirebaseAuthRegistrar" (Raw: "com.google.firebase.components:io.flutter.plugins.firebase.auth.FlutterFirebaseAuthRegistrar") A: android:value(0x01010024)="com.google.firebase.components.ComponentRegistrar" (Raw: "com.google.firebase.components.ComponentRegistrar") E: meta-data (line=83) A: android:name(0x01010003)="com.google.firebase.components:io.flutter.plugins.firebase.firestore.FlutterFirebaseFirestoreRegistrar" (Raw: "com.google.firebase.components:io.flutter.plugins.firebase.firestore.FlutterFirebaseFirestoreRegistrar") A: android:value(0x01010024)="com.google.firebase.components.ComponentRegistrar" (Raw: "com.google.firebase.components.ComponentRegistrar") E: meta-data (line=86) A: android:name(0x01010003)="com.google.firebase.components:io.flutter.plugins.firebase.core.FlutterFirebaseCoreRegistrar" (Raw: "com.google.firebase.components:io.flutter.plugins.firebase.core.FlutterFirebaseCoreRegistrar") A: android:value(0x01010024)="com.google.firebase.components.ComponentRegistrar" (Raw: "com.google.firebase.components.ComponentRegistrar") E: meta-data (line=89) A: android:name(0x01010003)="com.google.firebase.components:com.google.firebase.auth.FirebaseAuthRegistrar" (Raw: "com.google.firebase.components:com.google.firebase.auth.FirebaseAuthRegistrar") A: android:value(0x01010024)="com.google.firebase.components.ComponentRegistrar" (Raw: "com.google.firebase.components.ComponentRegistrar") E: meta-data (line=92) A: android:name(0x01010003)="com.google.firebase.components:com.google.firebase.firestore.FirestoreRegistrar" (Raw: "com.google.firebase.components:com.google.firebase.firestore.FirestoreRegistrar") A: android:value(0x01010024)="com.google.firebase.components.ComponentRegistrar" (Raw: "com.google.firebase.components.ComponentRegistrar") E: meta-data (line=95) A: android:name(0x01010003)="com.google.firebase.components:com.google.firebase.analytics.connector.internal.AnalyticsConnectorRegistrar" (Raw: "com.google.firebase.components:com.google.firebase.analytics.connector.internal.AnalyticsConnectorRegistrar") A: android:value(0x01010024)="com.google.firebase.components.ComponentRegistrar" (Raw: "com.google.firebase.components.ComponentRegistrar") E: meta-data (line=98) A: android:name(0x01010003)="com.google.firebase.components:com.google.firebase.installations.FirebaseInstallationsRegistrar" (Raw: "com.google.firebase.components:com.google.firebase.installations.FirebaseInstallationsRegistrar") A: android:value(0x01010024)="com.google.firebase.components.ComponentRegistrar" (Raw: "com.google.firebase.components.ComponentRegistrar") E: activity (line=103) A: android:theme(0x01010000)=@0x01030007 A: android:name(0x01010003)="io.flutter.plugins.urllauncher.WebViewActivity" (Raw: "io.flutter.plugins.urllauncher.WebViewActivity") A: android:exported(0x01010010)=(type 0x12)0x0 E: provider (line=108) A: android:name(0x01010003)="io.flutter.plugins.imagepicker.ImagePickerFileProvider" (Raw: "io.flutter.plugins.imagepicker.ImagePickerFileProvider") A: android:exported(0x01010010)=(type 0x12)0x0 A: android:authorities(0x01010018)="il.co.rimonim.flutter.image_provider" (Raw: "il.co.rimonim.flutter.image_provider") A: android:grantUriPermissions(0x0101001b)=(type 0x12)0xffffffff E: meta-data (line=113) A: android:name(0x01010003)="android.support.FILE_PROVIDER_PATHS" (Raw: "android.support.FILE_PROVIDER_PATHS") A: android:resource(0x01010025)=@0x7f0c0000 E: activity (line=118) A: android:theme(0x01010000)=@0x01030010 A: android:name(0x01010003)="com.google.firebase.auth.internal.FederatedSignInActivity" (Raw: "com.google.firebase.auth.internal.FederatedSignInActivity") A: android:permission(0x01010006)="com.google.firebase.auth.api.gms.permission.LAUNCH_FEDERATED_SIGN_IN" (Raw: "com.google.firebase.auth.api.gms.permission.LAUNCH_FEDERATED_SIGN_IN") A: android:exported(0x01010010)=(type 0x12)0xffffffff A: android:excludeFromRecents(0x01010017)=(type 0x12)0xffffffff A: android:launchMode(0x0101001d)=(type 0x10)0x2 E: activity (line=125) A: android:theme(0x01010000)=@0x01030010 A: android:name(0x01010003)="com.google.android.gms.common.api.GoogleApiActivity" (Raw: "com.google.android.gms.common.api.GoogleApiActivity") A: android:exported(0x01010010)=(type 0x12)0x0 E: provider (line=130) A: android:name(0x01010003)="com.google.firebase.provider.FirebaseInitProvider" (Raw: "com.google.firebase.provider.FirebaseInitProvider") A: android:exported(0x01010010)=(type 0x12)0x0 A: android:authorities(0x01010018)="il.co.rimonim.firebaseinitprovider" (Raw: "il.co.rimonim.firebaseinitprovider") A: android:initOrder(0x0101001a)=(type 0x10)0x64 A: android:directBootAware(0x01010505)=(type 0x12)0xffffffff E: receiver (line=137) A: android:name(0x01010003)="com.google.android.gms.measurement.AppMeasurementReceiver" (Raw: "com.google.android.gms.measurement.AppMeasurementReceiver") A: android:enabled(0x0101000e)=(type 0x12)0xffffffff A: android:exported(0x01010010)=(type 0x12)0x0 E: service (line=143) A: android:name(0x01010003)="com.google.android.gms.measurement.AppMeasurementService" (Raw: "com.google.android.gms.measurement.AppMeasurementService") A: android:enabled(0x0101000e)=(type 0x12)0xffffffff A: android:exported(0x01010010)=(type 0x12)0x0 E: service (line=147) A: android:name(0x01010003)="com.google.android.gms.measurement.AppMeasurementJobService" (Raw: "com.google.android.gms.measurement.AppMeasurementJobService") A: android:permission(0x01010006)="android.permission.BIND_JOB_SERVICE" (Raw: "android.permission.BIND_JOB_SERVICE") A: android:enabled(0x0101000e)=(type 0x12)0xffffffff A: android:exported(0x01010010)=(type 0x12)0x0 E: meta-data (line=153) A: android:name(0x01010003)="com.google.android.gms.version" (Raw: "com.google.android.gms.version") A: android:value(0x01010024)=@0x7f060000 [ +7 ms] executing: /home/alex/Android/Sdk/platform-tools/adb -s emulator-5554 shell -x logcat -v time -t 1 [ +8 ms] <- compile package:rimonim/main.dart [ +55 ms] --------- beginning of main 11-24 11:01:58.708 I/NetworkScheduler.Stats( 1139): Task com.google.android.gms/com.google.android.gms.netrec.module.NetRecGcmTaskService finished executing. cause:4 result: 2 elapsed_millis: 481 uptime_millis: 481 exec_start_elapsed_seconds: 2354 [CONTEXT service_id=218 ] [ +27 ms] executing: /home/alex/Android/Sdk/platform-tools/adb version [ +9 ms] Android Debug Bridge version 1.0.41 Version 30.0.5-6877874 Installed as /home/alex/Android/Sdk/platform-tools/adb [ +2 ms] executing: /home/alex/Android/Sdk/platform-tools/adb start-server [ +6 ms] Building APK Running Gradle task 'assembleDebug'... [{"event":"app.progress","params":{"appId":"613b36aa-06e7-4933-9ccf-67a94f35687f","id":"0","progressId":null,"message":"Running Gradle task 'assembleDebug'...","finished":false}}] [ +19 ms] gradle.properties already sets `android.enableR8` [ +3 ms] Using gradle from /home/alex/StudioProjects/rimonim/android/gradlew. [ +1 ms] /home/alex/StudioProjects/rimonim/android/gradlew mode: 33277 rwxrwxr-x. [ +8 ms] executing: /home/alex/android-studio/jre/bin/java -version [ +158 ms] Exit code 0 from: /home/alex/android-studio/jre/bin/java -version [ ] openjdk version "1.8.0_242-release" OpenJDK Runtime Environment (build 1.8.0_242-release-1644-b3-6222593) OpenJDK 64-Bit Server VM (build 25.242-b3-6222593, mixed mode) [ +4 ms] executing: [/home/alex/StudioProjects/rimonim/android/] /home/alex/StudioProjects/rimonim/android/gradlew -Pverbose=true -Ptarget-platform=android-x64 -Ptarget=/home/alex/StudioProjects/rimonim/lib/main.dart -Ptrack-widget-creation=true -Pfilesystem-scheme=org-dartlang-root -Pdart-defines=fire_emu%3Dtrue,flutter.inspector.structuredErrors%3Dtrue assembleDebug [ +589 ms] Starting a Gradle Daemon, 5 busy Daemons could not be reused, use --status for details [+9193 ms] > Task :app:compileFlutterBuildDebug [ ] [ +80 ms] executing: [/home/alex/dev/flutter/] git -c log.showSignature=false log -n 1 --pretty=format:%H [ ] [ +21 ms] Exit code 0 from: git -c log.showSignature=false log -n 1 --pretty=format:%H [ ] [ ] 198df796aa80073ef22bdf249e614e2ff33c6895 [ ] [ ] executing: [/home/alex/dev/flutter/] git tag --points-at HEAD [ ] [ +8 ms] Exit code 0 from: git tag --points-at HEAD [ ] [ ] 1.23.0-18.1.pre [ ] [ +7 ms] executing: [/home/alex/dev/flutter/] git rev-parse --abbrev-ref --symbolic @{u} [ ] [ +2 ms] Exit code 0 from: git rev-parse --abbrev-ref --symbolic @{u} [ ] [ ] origin/beta [ ] [ ] executing: [/home/alex/dev/flutter/] git ls-remote --get-url origin [ ] [ +2 ms] Exit code 0 from: git ls-remote --get-url origin [ ] [ ] https://github.com/flutter/flutter.git [ ] [ +28 ms] executing: [/home/alex/dev/flutter/] git rev-parse --abbrev-ref HEAD [ ] [ +3 ms] Exit code 0 from: git rev-parse --abbrev-ref HEAD [ ] [ ] beta [ ] [ +26 ms] Artifact Instance of 'AndroidMavenArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'FlutterWebSdk' is not required, skipping update. [ ] [ +1 ms] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'LinuxEngineArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update. [ ] [ +38 ms] Artifact Instance of 'MaterialFonts' is not required, skipping update. [ ] [ ] Artifact Instance of 'GradleWrapper' is not required, skipping update. [ ] [ ] Artifact Instance of 'AndroidMavenArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'FlutterWebSdk' is not required, skipping update. [ ] [ ] Artifact Instance of 'FlutterSdk' is not required, skipping update. [ ] [ ] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'LinuxEngineArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update. [ ] [ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'FontSubsetArtifacts' is not required, skipping update. [ ] [ ] Artifact Instance of 'PubDependencies' is not required, skipping update. [ ] [ +54 ms] Initializing file store [ ] [ +9 ms] Done initializing file store [ ] [ +28 ms] Skipping target: gen_localizations [ ] [ +816 ms] Skipping target: kernel_snapshot [ ] [ +3 ms] invalidated build due to missing files: /home/alex/StudioProjects/rimonim/DOES_NOT_EXIST_RERUN_FOR_WILDCARD390199193 [ ] [ +471 ms] debug_android_application: Starting due to {InvalidatedReason.inputMissing} [ +188 ms] [ +271 ms] Manifest contained wildcard assets. Inserting missing file into build graph to force rerun. for more information see #56466. [ ] [ +7 ms] debug_android_application: Complete [ +499 ms] [ +451 ms] Persisting file store [ ] [ +6 ms] Done persisting file store [ ] [ +6 ms] build succeeded. [ ] [ +8 ms] "flutter assemble" took 2,184ms. [ ] [ +3 ms] ensureAnalyticsSent: 0ms [ ] [ ] Running shutdown hooks [ ] [ ] Shutdown hooks complete [ ] [ +2 ms] exiting with code 0 [ +199 ms] > Task :app:packLibsflutterBuildDebug UP-TO-DATE [ ] > Task :app:preBuild UP-TO-DATE [ ] > Task :app:preDebugBuild UP-TO-DATE [ ] > Task :cloud_firestore:preBuild UP-TO-DATE [ ] > Task :cloud_firestore:preDebugBuild UP-TO-DATE [ ] > Task :firebase_core:preBuild UP-TO-DATE [ ] > Task :firebase_core:preDebugBuild UP-TO-DATE [ ] > Task :firebase_auth:preBuild UP-TO-DATE [ ] > Task :firebase_auth:preDebugBuild UP-TO-DATE [ ] > Task :flutter_plugin_android_lifecycle:preBuild UP-TO-DATE [ ] > Task :flutter_plugin_android_lifecycle:preDebugBuild UP-TO-DATE [ ] > Task :flutter_plugin_android_lifecycle:compileDebugAidl NO-SOURCE [ ] > Task :image_picker:preBuild UP-TO-DATE [ ] > Task :image_picker:preDebugBuild UP-TO-DATE [ +97 ms] > Task :firebase_core:compileDebugAidl NO-SOURCE [ ] > Task :cloud_firestore:compileDebugAidl NO-SOURCE [ ] > Task :package_info_plus:preBuild UP-TO-DATE [ ] > Task :package_info_plus:preDebugBuild UP-TO-DATE [ ] > Task :image_picker:compileDebugAidl NO-SOURCE [ ] > Task :package_info_plus:compileDebugAidl NO-SOURCE [ ] > Task :firebase_auth:compileDebugAidl NO-SOURCE [ ] > Task :path_provider:preBuild UP-TO-DATE [ ] > Task :path_provider:preDebugBuild UP-TO-DATE [ ] > Task :path_provider:compileDebugAidl NO-SOURCE [ ] > Task :url_launcher:preBuild UP-TO-DATE [ ] > Task :url_launcher:preDebugBuild UP-TO-DATE [ ] > Task :url_launcher:compileDebugAidl NO-SOURCE [ ] > Task :app:compileDebugAidl NO-SOURCE [ ] > Task :cloud_firestore:packageDebugRenderscript NO-SOURCE [ ] > Task :firebase_auth:packageDebugRenderscript NO-SOURCE [ ] > Task :firebase_core:packageDebugRenderscript NO-SOURCE [ ] > Task :flutter_plugin_android_lifecycle:packageDebugRenderscript NO-SOURCE [ ] > Task :image_picker:packageDebugRenderscript NO-SOURCE [ ] > Task :package_info_plus:packageDebugRenderscript NO-SOURCE [ ] > Task :path_provider:packageDebugRenderscript NO-SOURCE [ ] > Task :url_launcher:packageDebugRenderscript NO-SOURCE [ ] > Task :app:compileDebugRenderscript NO-SOURCE [ ] > Task :app:checkDebugManifest UP-TO-DATE [ ] > Task :app:generateDebugBuildConfig UP-TO-DATE [ ] > Task :app:cleanMergeDebugAssets [ ] > Task :app:mergeDebugShaders UP-TO-DATE [ ] > Task :app:compileDebugShaders UP-TO-DATE [ ] > Task :app:generateDebugAssets UP-TO-DATE [ ] > Task :cloud_firestore:mergeDebugShaders UP-TO-DATE [ ] > Task :cloud_firestore:compileDebugShaders UP-TO-DATE [ ] > Task :cloud_firestore:generateDebugAssets UP-TO-DATE [ ] > Task :cloud_firestore:packageDebugAssets UP-TO-DATE [ ] > Task :firebase_auth:mergeDebugShaders UP-TO-DATE [ ] > Task :firebase_auth:compileDebugShaders UP-TO-DATE [ ] > Task :firebase_auth:generateDebugAssets UP-TO-DATE [ ] > Task :firebase_auth:packageDebugAssets UP-TO-DATE [ ] > Task :firebase_core:mergeDebugShaders UP-TO-DATE [ ] > Task :firebase_core:compileDebugShaders UP-TO-DATE [ ] > Task :firebase_core:generateDebugAssets UP-TO-DATE [ ] > Task :firebase_core:packageDebugAssets UP-TO-DATE [ ] > Task :flutter_plugin_android_lifecycle:mergeDebugShaders UP-TO-DATE [ ] > Task :flutter_plugin_android_lifecycle:compileDebugShaders UP-TO-DATE [ ] > Task :flutter_plugin_android_lifecycle:generateDebugAssets UP-TO-DATE [ ] > Task :flutter_plugin_android_lifecycle:packageDebugAssets UP-TO-DATE [ ] > Task :image_picker:mergeDebugShaders UP-TO-DATE [ ] > Task :image_picker:compileDebugShaders UP-TO-DATE [ ] > Task :image_picker:generateDebugAssets UP-TO-DATE [ ] > Task :image_picker:packageDebugAssets UP-TO-DATE [ ] > Task :package_info_plus:mergeDebugShaders UP-TO-DATE [ ] > Task :package_info_plus:compileDebugShaders UP-TO-DATE [ ] > Task :package_info_plus:generateDebugAssets UP-TO-DATE [ +92 ms] > Task :package_info_plus:packageDebugAssets UP-TO-DATE [ ] > Task :path_provider:mergeDebugShaders UP-TO-DATE [ ] > Task :path_provider:compileDebugShaders UP-TO-DATE [ ] > Task :path_provider:generateDebugAssets UP-TO-DATE [ ] > Task :path_provider:packageDebugAssets UP-TO-DATE [ ] > Task :url_launcher:mergeDebugShaders UP-TO-DATE [ ] > Task :url_launcher:compileDebugShaders UP-TO-DATE [ ] > Task :url_launcher:generateDebugAssets UP-TO-DATE [ ] > Task :url_launcher:packageDebugAssets UP-TO-DATE [ ] > Task :app:mergeDebugAssets [ +198 ms] > Task :app:copyFlutterAssetsDebug [ ] > Task :app:mainApkListPersistenceDebug UP-TO-DATE [ ] > Task :app:generateDebugResValues UP-TO-DATE [ ] > Task :app:generateDebugResources UP-TO-DATE [ ] > Task :app:processDebugGoogleServices UP-TO-DATE [ ] > Task :cloud_firestore:generateDebugResValues UP-TO-DATE [ ] > Task :firebase_auth:generateDebugResValues UP-TO-DATE [ ] > Task :cloud_firestore:compileDebugRenderscript NO-SOURCE [ ] > Task :cloud_firestore:generateDebugResources UP-TO-DATE [ +98 ms] > Task :cloud_firestore:packageDebugResources UP-TO-DATE [ ] > Task :firebase_auth:compileDebugRenderscript NO-SOURCE [ ] > Task :firebase_auth:generateDebugResources UP-TO-DATE [ ] > Task :firebase_auth:packageDebugResources UP-TO-DATE [ ] > Task :firebase_core:generateDebugResValues UP-TO-DATE [ ] > Task :firebase_core:compileDebugRenderscript NO-SOURCE [ ] > Task :firebase_core:generateDebugResources UP-TO-DATE [ ] > Task :firebase_core:packageDebugResources UP-TO-DATE [ ] > Task :flutter_plugin_android_lifecycle:generateDebugResValues UP-TO-DATE [ ] > Task :flutter_plugin_android_lifecycle:compileDebugRenderscript NO-SOURCE [ ] > Task :flutter_plugin_android_lifecycle:generateDebugResources UP-TO-DATE [ ] > Task :flutter_plugin_android_lifecycle:packageDebugResources UP-TO-DATE [ ] > Task :image_picker:generateDebugResValues UP-TO-DATE [ ] > Task :image_picker:compileDebugRenderscript NO-SOURCE [ ] > Task :image_picker:generateDebugResources UP-TO-DATE [ ] > Task :image_picker:packageDebugResources UP-TO-DATE [ ] > Task :package_info_plus:generateDebugResValues UP-TO-DATE [ ] > Task :package_info_plus:compileDebugRenderscript NO-SOURCE [ ] > Task :package_info_plus:generateDebugResources UP-TO-DATE [ ] > Task :package_info_plus:packageDebugResources UP-TO-DATE [ ] > Task :path_provider:generateDebugResValues UP-TO-DATE [ ] > Task :path_provider:compileDebugRenderscript NO-SOURCE [ ] > Task :path_provider:generateDebugResources UP-TO-DATE [ ] > Task :path_provider:packageDebugResources UP-TO-DATE [ ] > Task :url_launcher:generateDebugResValues UP-TO-DATE [ ] > Task :url_launcher:compileDebugRenderscript NO-SOURCE [ ] > Task :url_launcher:generateDebugResources UP-TO-DATE [ ] > Task :url_launcher:packageDebugResources UP-TO-DATE [ ] > Task :app:mergeDebugResources UP-TO-DATE [ +98 ms] > Task :app:createDebugCompatibleScreenManifests UP-TO-DATE [ ] > Task :cloud_firestore:checkDebugManifest UP-TO-DATE [ ] > Task :cloud_firestore:processDebugManifest UP-TO-DATE [ ] > Task :firebase_auth:checkDebugManifest UP-TO-DATE [ ] > Task :firebase_auth:processDebugManifest UP-TO-DATE [ ] > Task :firebase_core:checkDebugManifest UP-TO-DATE [ ] > Task :firebase_core:processDebugManifest UP-TO-DATE [ ] > Task :flutter_plugin_android_lifecycle:checkDebugManifest UP-TO-DATE [ ] > Task :flutter_plugin_android_lifecycle:processDebugManifest UP-TO-DATE [ ] > Task :image_picker:checkDebugManifest UP-TO-DATE [ ] > Task :image_picker:processDebugManifest UP-TO-DATE [ ] > Task :package_info_plus:checkDebugManifest UP-TO-DATE [ ] > Task :package_info_plus:processDebugManifest UP-TO-DATE [ ] > Task :path_provider:checkDebugManifest UP-TO-DATE [ ] > Task :path_provider:processDebugManifest UP-TO-DATE [ ] > Task :url_launcher:checkDebugManifest UP-TO-DATE [ ] > Task :url_launcher:processDebugManifest UP-TO-DATE [ ] > Task :app:processDebugManifest UP-TO-DATE [ ] > Task :cloud_firestore:parseDebugLibraryResources UP-TO-DATE [ ] > Task :firebase_core:parseDebugLibraryResources UP-TO-DATE [ ] > Task :firebase_core:generateDebugRFile UP-TO-DATE [ ] > Task :cloud_firestore:generateDebugRFile UP-TO-DATE [ ] > Task :firebase_auth:parseDebugLibraryResources UP-TO-DATE [ ] > Task :flutter_plugin_android_lifecycle:parseDebugLibraryResources UP-TO-DATE [ ] > Task :firebase_auth:generateDebugRFile UP-TO-DATE [ ] > Task :flutter_plugin_android_lifecycle:generateDebugRFile UP-TO-DATE [ ] > Task :image_picker:parseDebugLibraryResources UP-TO-DATE [ ] > Task :image_picker:generateDebugRFile UP-TO-DATE [ ] > Task :package_info_plus:parseDebugLibraryResources UP-TO-DATE [ ] > Task :package_info_plus:generateDebugRFile UP-TO-DATE [ ] > Task :path_provider:parseDebugLibraryResources UP-TO-DATE [ ] > Task :path_provider:generateDebugRFile UP-TO-DATE [ ] > Task :url_launcher:parseDebugLibraryResources UP-TO-DATE [ ] > Task :url_launcher:generateDebugRFile UP-TO-DATE [ +92 ms] > Task :app:processDebugResources UP-TO-DATE [ ] > Task :cloud_firestore:generateDebugBuildConfig UP-TO-DATE [ ] > Task :firebase_core:generateDebugBuildConfig UP-TO-DATE [ ] > Task :firebase_core:javaPreCompileDebug UP-TO-DATE [ ] > Task :firebase_core:compileDebugJavaWithJavac UP-TO-DATE [ ] > Task :firebase_core:bundleLibCompileDebug UP-TO-DATE [ ] > Task :cloud_firestore:javaPreCompileDebug UP-TO-DATE [ ] > Task :cloud_firestore:compileDebugJavaWithJavac UP-TO-DATE [ ] > Task :cloud_firestore:bundleLibCompileDebug UP-TO-DATE [ ] > Task :firebase_auth:generateDebugBuildConfig UP-TO-DATE [ ] > Task :flutter_plugin_android_lifecycle:generateDebugBuildConfig UP-TO-DATE [ ] > Task :firebase_auth:javaPreCompileDebug UP-TO-DATE [ ] > Task :firebase_auth:compileDebugJavaWithJavac UP-TO-DATE [ ] > Task :firebase_auth:bundleLibCompileDebug UP-TO-DATE [ ] > Task :flutter_plugin_android_lifecycle:javaPreCompileDebug UP-TO-DATE [ ] > Task :flutter_plugin_android_lifecycle:compileDebugJavaWithJavac UP-TO-DATE [ ] > Task :flutter_plugin_android_lifecycle:bundleLibCompileDebug UP-TO-DATE [ ] > Task :image_picker:generateDebugBuildConfig UP-TO-DATE [ ] > Task :image_picker:javaPreCompileDebug UP-TO-DATE [ ] > Task :image_picker:compileDebugJavaWithJavac UP-TO-DATE [ ] > Task :image_picker:bundleLibCompileDebug UP-TO-DATE [ ] > Task :package_info_plus:generateDebugBuildConfig UP-TO-DATE [ ] > Task :path_provider:generateDebugBuildConfig UP-TO-DATE [ ] > Task :package_info_plus:javaPreCompileDebug UP-TO-DATE [ ] > Task :package_info_plus:compileDebugJavaWithJavac UP-TO-DATE [ ] > Task :package_info_plus:bundleLibCompileDebug UP-TO-DATE [ ] > Task :url_launcher:generateDebugBuildConfig UP-TO-DATE [ ] > Task :path_provider:javaPreCompileDebug UP-TO-DATE [ ] > Task :path_provider:compileDebugJavaWithJavac UP-TO-DATE [ ] > Task :path_provider:bundleLibCompileDebug UP-TO-DATE [ ] > Task :url_launcher:javaPreCompileDebug UP-TO-DATE [ +94 ms] > Task :url_launcher:compileDebugJavaWithJavac UP-TO-DATE [ ] > Task :url_launcher:bundleLibCompileDebug UP-TO-DATE [ +199 ms] > Task :app:compileDebugKotlin UP-TO-DATE [ ] > Task :app:javaPreCompileDebug UP-TO-DATE [ ] > Task :app:compileDebugJavaWithJavac UP-TO-DATE [ ] > Task :app:compileDebugSources UP-TO-DATE [ ] > Task :app:processDebugJavaRes NO-SOURCE [ ] > Task :cloud_firestore:processDebugJavaRes NO-SOURCE [ ] > Task :cloud_firestore:bundleLibResDebug UP-TO-DATE [ ] > Task :firebase_auth:processDebugJavaRes NO-SOURCE [ ] > Task :firebase_auth:bundleLibResDebug UP-TO-DATE [ ] > Task :firebase_core:processDebugJavaRes NO-SOURCE [ ] > Task :firebase_core:bundleLibResDebug UP-TO-DATE [ ] > Task :flutter_plugin_android_lifecycle:processDebugJavaRes NO-SOURCE [ ] > Task :flutter_plugin_android_lifecycle:bundleLibResDebug UP-TO-DATE [ ] > Task :image_picker:processDebugJavaRes NO-SOURCE [ ] > Task :image_picker:bundleLibResDebug UP-TO-DATE [ ] > Task :package_info_plus:processDebugJavaRes NO-SOURCE [ +98 ms] > Task :package_info_plus:bundleLibResDebug UP-TO-DATE [ ] > Task :path_provider:processDebugJavaRes NO-SOURCE [ ] > Task :path_provider:bundleLibResDebug UP-TO-DATE [ ] > Task :url_launcher:processDebugJavaRes NO-SOURCE [ ] > Task :url_launcher:bundleLibResDebug UP-TO-DATE [ ] > Task :app:mergeDebugJavaResource UP-TO-DATE [ ] > Task :app:desugarDebugFileDependencies UP-TO-DATE [ ] > Task :package_info_plus:bundleLibRuntimeDebug UP-TO-DATE [ ] > Task :package_info_plus:createFullJarDebug UP-TO-DATE [ ] > Task :app:checkDebugDuplicateClasses UP-TO-DATE [ ] > Task :app:mergeExtDexDebug UP-TO-DATE [ ] > Task :firebase_core:bundleLibRuntimeDebug UP-TO-DATE [ ] > Task :firebase_core:createFullJarDebug UP-TO-DATE [ ] > Task :cloud_firestore:bundleLibRuntimeDebug UP-TO-DATE [ ] > Task :cloud_firestore:createFullJarDebug UP-TO-DATE [ ] > Task :path_provider:bundleLibRuntimeDebug UP-TO-DATE [ ] > Task :path_provider:createFullJarDebug UP-TO-DATE [ ] > Task :flutter_plugin_android_lifecycle:bundleLibRuntimeDebug UP-TO-DATE [ ] > Task :flutter_plugin_android_lifecycle:createFullJarDebug UP-TO-DATE [ ] > Task :image_picker:bundleLibRuntimeDebug UP-TO-DATE [ ] > Task :image_picker:createFullJarDebug UP-TO-DATE [ ] > Task :url_launcher:bundleLibRuntimeDebug UP-TO-DATE [ ] > Task :url_launcher:createFullJarDebug UP-TO-DATE [ ] > Task :firebase_auth:bundleLibRuntimeDebug UP-TO-DATE [ ] > Task :firebase_auth:createFullJarDebug UP-TO-DATE [ +96 ms] > Task :app:transformClassesWithDexBuilderForDebug UP-TO-DATE [ ] > Task :app:mergeProjectDexDebug UP-TO-DATE [ ] > Task :app:mergeLibDexDebug UP-TO-DATE [ ] > Task :app:validateSigningDebug UP-TO-DATE [ ] > Task :app:signingConfigWriterDebug UP-TO-DATE [ ] > Task :app:mergeDebugJniLibFolders UP-TO-DATE [ ] > Task :cloud_firestore:mergeDebugJniLibFolders UP-TO-DATE [ ] > Task :cloud_firestore:mergeDebugNativeLibs UP-TO-DATE [ ] > Task :cloud_firestore:stripDebugDebugSymbols UP-TO-DATE [ ] > Task :cloud_firestore:transformNativeLibsWithIntermediateJniLibsForDebug UP-TO-DATE [ ] > Task :firebase_auth:mergeDebugJniLibFolders UP-TO-DATE [ ] > Task :firebase_auth:mergeDebugNativeLibs UP-TO-DATE [ ] > Task :firebase_auth:stripDebugDebugSymbols UP-TO-DATE [ ] > Task :firebase_auth:transformNativeLibsWithIntermediateJniLibsForDebug UP-TO-DATE [ ] > Task :firebase_core:mergeDebugJniLibFolders UP-TO-DATE [ ] > Task :firebase_core:mergeDebugNativeLibs UP-TO-DATE [ ] > Task :firebase_core:stripDebugDebugSymbols UP-TO-DATE [ ] > Task :firebase_core:transformNativeLibsWithIntermediateJniLibsForDebug UP-TO-DATE [ ] > Task :flutter_plugin_android_lifecycle:mergeDebugJniLibFolders UP-TO-DATE [ ] > Task :flutter_plugin_android_lifecycle:mergeDebugNativeLibs UP-TO-DATE [ ] > Task :flutter_plugin_android_lifecycle:stripDebugDebugSymbols UP-TO-DATE [ ] > Task :flutter_plugin_android_lifecycle:transformNativeLibsWithIntermediateJniLibsForDebug UP-TO-DATE [ ] > Task :image_picker:mergeDebugJniLibFolders UP-TO-DATE [ ] > Task :image_picker:mergeDebugNativeLibs UP-TO-DATE [ ] > Task :image_picker:stripDebugDebugSymbols UP-TO-DATE [ ] > Task :image_picker:transformNativeLibsWithIntermediateJniLibsForDebug UP-TO-DATE [ ] > Task :package_info_plus:mergeDebugJniLibFolders UP-TO-DATE [ ] > Task :package_info_plus:mergeDebugNativeLibs UP-TO-DATE [ ] > Task :package_info_plus:stripDebugDebugSymbols UP-TO-DATE [ ] > Task :package_info_plus:transformNativeLibsWithIntermediateJniLibsForDebug UP-TO-DATE [ ] > Task :path_provider:mergeDebugJniLibFolders UP-TO-DATE [ ] > Task :path_provider:mergeDebugNativeLibs UP-TO-DATE [ ] > Task :path_provider:stripDebugDebugSymbols UP-TO-DATE [ ] > Task :path_provider:transformNativeLibsWithIntermediateJniLibsForDebug UP-TO-DATE [ ] > Task :url_launcher:mergeDebugJniLibFolders UP-TO-DATE [ ] > Task :url_launcher:mergeDebugNativeLibs UP-TO-DATE [ ] > Task :url_launcher:stripDebugDebugSymbols UP-TO-DATE [ ] > Task :url_launcher:transformNativeLibsWithIntermediateJniLibsForDebug UP-TO-DATE [ ] > Task :app:mergeDebugNativeLibs UP-TO-DATE [ ] > Task :app:stripDebugDebugSymbols UP-TO-DATE [ ] Compatible side by side NDK version was not found. [ +94 ms] > Task :app:packageDebug UP-TO-DATE [ +100 ms] > Task :app:assembleDebug [ +100 ms] > Task :cloud_firestore:extractDebugAnnotations UP-TO-DATE [ ] > Task :cloud_firestore:mergeDebugGeneratedProguardFiles UP-TO-DATE [ ] > Task :cloud_firestore:mergeDebugConsumerProguardFiles UP-TO-DATE [ ] > Task :cloud_firestore:prepareLintJarForPublish UP-TO-DATE [ ] > Task :cloud_firestore:mergeDebugJavaResource UP-TO-DATE [ ] > Task :cloud_firestore:transformClassesAndResourcesWithSyncLibJarsForDebug UP-TO-DATE [ ] > Task :cloud_firestore:transformNativeLibsWithSyncJniLibsForDebug UP-TO-DATE [ ] > Task :cloud_firestore:bundleDebugAar UP-TO-DATE [ ] > Task :cloud_firestore:compileDebugSources UP-TO-DATE [ ] > Task :cloud_firestore:assembleDebug UP-TO-DATE [ +94 ms] > Task :firebase_auth:extractDebugAnnotations UP-TO-DATE [ ] > Task :firebase_auth:mergeDebugGeneratedProguardFiles UP-TO-DATE [ ] > Task :firebase_auth:mergeDebugConsumerProguardFiles UP-TO-DATE [ ] > Task :firebase_auth:prepareLintJarForPublish UP-TO-DATE [ ] > Task :firebase_auth:mergeDebugJavaResource UP-TO-DATE [ ] > Task :firebase_auth:transformClassesAndResourcesWithSyncLibJarsForDebug UP-TO-DATE [ ] > Task :firebase_auth:transformNativeLibsWithSyncJniLibsForDebug UP-TO-DATE [ ] > Task :firebase_auth:bundleDebugAar UP-TO-DATE [ ] > Task :firebase_auth:compileDebugSources UP-TO-DATE [ ] > Task :firebase_auth:assembleDebug UP-TO-DATE [ ] > Task :firebase_core:extractDebugAnnotations UP-TO-DATE [ ] > Task :firebase_core:mergeDebugGeneratedProguardFiles UP-TO-DATE [ ] > Task :firebase_core:mergeDebugConsumerProguardFiles UP-TO-DATE [ ] > Task :firebase_core:prepareLintJarForPublish UP-TO-DATE [ ] > Task :firebase_core:mergeDebugJavaResource UP-TO-DATE [ ] > Task :firebase_core:transformClassesAndResourcesWithSyncLibJarsForDebug UP-TO-DATE [ ] > Task :firebase_core:transformNativeLibsWithSyncJniLibsForDebug UP-TO-DATE [ ] > Task :firebase_core:bundleDebugAar UP-TO-DATE [ ] > Task :firebase_core:compileDebugSources UP-TO-DATE [ ] > Task :firebase_core:assembleDebug UP-TO-DATE [ ] > Task :flutter_plugin_android_lifecycle:extractDebugAnnotations UP-TO-DATE [ ] > Task :flutter_plugin_android_lifecycle:mergeDebugGeneratedProguardFiles UP-TO-DATE [ ] > Task :flutter_plugin_android_lifecycle:mergeDebugConsumerProguardFiles UP-TO-DATE [ ] > Task :flutter_plugin_android_lifecycle:prepareLintJarForPublish UP-TO-DATE [ ] > Task :flutter_plugin_android_lifecycle:mergeDebugJavaResource UP-TO-DATE [ ] > Task :flutter_plugin_android_lifecycle:transformClassesAndResourcesWithSyncLibJarsForDebug UP-TO-DATE [ ] > Task :flutter_plugin_android_lifecycle:transformNativeLibsWithSyncJniLibsForDebug UP-TO-DATE [ ] > Task :flutter_plugin_android_lifecycle:bundleDebugAar UP-TO-DATE [ ] > Task :flutter_plugin_android_lifecycle:compileDebugSources UP-TO-DATE [ ] > Task :flutter_plugin_android_lifecycle:assembleDebug UP-TO-DATE [ ] > Task :image_picker:extractDebugAnnotations UP-TO-DATE [ ] > Task :image_picker:mergeDebugGeneratedProguardFiles UP-TO-DATE [ ] > Task :image_picker:mergeDebugConsumerProguardFiles UP-TO-DATE [ ] > Task :image_picker:prepareLintJarForPublish UP-TO-DATE [ ] > Task :image_picker:mergeDebugJavaResource UP-TO-DATE [ ] > Task :image_picker:transformClassesAndResourcesWithSyncLibJarsForDebug UP-TO-DATE [ ] > Task :image_picker:transformNativeLibsWithSyncJniLibsForDebug UP-TO-DATE [ ] > Task :image_picker:bundleDebugAar UP-TO-DATE [ ] > Task :image_picker:compileDebugSources UP-TO-DATE [ ] > Task :image_picker:assembleDebug UP-TO-DATE [ +95 ms] > Task :package_info_plus:extractDebugAnnotations UP-TO-DATE [ ] > Task :package_info_plus:mergeDebugGeneratedProguardFiles UP-TO-DATE [ ] > Task :package_info_plus:mergeDebugConsumerProguardFiles UP-TO-DATE [ ] > Task :package_info_plus:prepareLintJarForPublish UP-TO-DATE [ ] > Task :package_info_plus:mergeDebugJavaResource UP-TO-DATE [ ] > Task :package_info_plus:transformClassesAndResourcesWithSyncLibJarsForDebug UP-TO-DATE [ ] > Task :package_info_plus:transformNativeLibsWithSyncJniLibsForDebug UP-TO-DATE [ ] > Task :package_info_plus:bundleDebugAar UP-TO-DATE [ ] > Task :package_info_plus:compileDebugSources UP-TO-DATE [ ] > Task :package_info_plus:assembleDebug UP-TO-DATE [ ] > Task :path_provider:extractDebugAnnotations UP-TO-DATE [ ] > Task :path_provider:mergeDebugGeneratedProguardFiles UP-TO-DATE [ ] > Task :path_provider:mergeDebugConsumerProguardFiles UP-TO-DATE [ ] > Task :path_provider:prepareLintJarForPublish UP-TO-DATE [ ] > Task :path_provider:mergeDebugJavaResource UP-TO-DATE [ ] > Task :path_provider:transformClassesAndResourcesWithSyncLibJarsForDebug UP-TO-DATE [ ] > Task :path_provider:transformNativeLibsWithSyncJniLibsForDebug UP-TO-DATE [ ] > Task :path_provider:bundleDebugAar UP-TO-DATE [ ] > Task :path_provider:compileDebugSources UP-TO-DATE [ ] > Task :path_provider:assembleDebug UP-TO-DATE [ ] > Task :url_launcher:extractDebugAnnotations UP-TO-DATE [ ] > Task :url_launcher:mergeDebugGeneratedProguardFiles UP-TO-DATE [ ] > Task :url_launcher:mergeDebugConsumerProguardFiles UP-TO-DATE [ ] > Task :url_launcher:prepareLintJarForPublish UP-TO-DATE [ ] > Task :url_launcher:mergeDebugJavaResource UP-TO-DATE [ ] > Task :url_launcher:transformClassesAndResourcesWithSyncLibJarsForDebug UP-TO-DATE [ ] > Task :url_launcher:transformNativeLibsWithSyncJniLibsForDebug UP-TO-DATE [ ] > Task :url_launcher:bundleDebugAar UP-TO-DATE [ ] > Task :url_launcher:mergeDebugResources UP-TO-DATE [ ] > Task :url_launcher:compileDebugSources UP-TO-DATE [ ] > Task :url_launcher:assembleDebug UP-TO-DATE [ ] BUILD SUCCESSFUL in 12s [ ] 258 actionable tasks: 5 executed, 253 up-to-date [{"event":"app.progress","params":{"appId":"613b36aa-06e7-4933-9ccf-67a94f35687f","id":"0","progressId":null,"finished":true}}] [ +400 ms] calculateSha: LocalDirectory: '/home/alex/StudioProjects/rimonim/build/app/outputs/flutter-apk'/app.apk [ +18 ms] calculateSha: reading file took 17us [ +493 ms] calculateSha: computing sha took 493us [ +2 ms] ✓ Built build/app/outputs/flutter-apk/app-debug.apk. [ +1 ms] executing: /home/alex/Android/Sdk/build-tools/29.0.2/aapt dump xmltree /home/alex/StudioProjects/rimonim/build/app/outputs/flutter-apk/app.apk AndroidManifest.xml [ +4 ms] Exit code 0 from: /home/alex/Android/Sdk/build-tools/29.0.2/aapt dump xmltree /home/alex/StudioProjects/rimonim/build/app/outputs/flutter-apk/app.apk AndroidManifest.xml [ ] N: android=http://schemas.android.com/apk/res/android E: manifest (line=2) A: android:versionCode(0x0101021b)=(type 0x10)0x1 A: android:versionName(0x0101021c)="0.2.2" (Raw: "0.2.2") A: android:compileSdkVersion(0x01010572)=(type 0x10)0x1c A: android:compileSdkVersionCodename(0x01010573)="9" (Raw: "9") A: package="il.co.rimonim" (Raw: "il.co.rimonim") A: platformBuildVersionCode=(type 0x10)0x1c A: platformBuildVersionName=(type 0x10)0x9 E: uses-sdk (line=7) A: android:minSdkVersion(0x0101020c)=(type 0x10)0x15 A: android:targetSdkVersion(0x01010270)=(type 0x10)0x1c E: uses-permission (line=14) A: android:name(0x01010003)="android.permission.INTERNET" (Raw: "android.permission.INTERNET") E: uses-permission (line=15) A: android:name(0x01010003)="android.permission.READ_EXTERNAL_STORAGE" (Raw: "android.permission.READ_EXTERNAL_STORAGE") E: uses-permission (line=16) A: android:name(0x01010003)="android.permission.WRITE_EXTERNAL_STORAGE" (Raw: "android.permission.WRITE_EXTERNAL_STORAGE") E: uses-permission (line=18) A: android:name(0x01010003)="android.permission.ACCESS_NETWORK_STATE" (Raw: "android.permission.ACCESS_NETWORK_STATE") E: uses-permission (line=19) A: android:name(0x01010003)="android.permission.WAKE_LOCK" (Raw: "android.permission.WAKE_LOCK") E: uses-permission (line=20) A: android:name(0x01010003)="com.google.android.finsky.permission.BIND_GET_INSTALL_REFERRER_SERVICE" (Raw: "com.google.android.finsky.permission.BIND_GET_INSTALL_REFERRER_SERVICE") E: application (line=28) A: android:label(0x01010001)="rimonim" (Raw: "rimonim") A: android:icon(0x01010002)=@0x7f080000 A: android:name(0x01010003)="io.flutter.app.FlutterApplication" (Raw: "io.flutter.app.FlutterApplication") A: android:debuggable(0x0101000f)=(type 0x12)0xffffffff A: android:appComponentFactory(0x0101057a)="androidx.core.app.CoreComponentFactory" (Raw: "androidx.core.app.CoreComponentFactory") E: activity (line=34) A: android:theme(0x01010000)=@0x7f0a0000 A: android:name(0x01010003)="il.co.rimonim.MainActivity" (Raw: "il.co.rimonim.MainActivity") A: android:launchMode(0x0101001d)=(type 0x10)0x1 A: android:configChanges(0x0101001f)=(type 0x11)0x40003fb4 A: android:windowSoftInputMode(0x0101022b)=(type 0x11)0x10 A: android:hardwareAccelerated(0x010102d3)=(type 0x12)0xffffffff E: meta-data (line=48) A: android:name(0x01010003)="io.flutter.embedding.android.NormalTheme" (Raw: "io.flutter.embedding.android.NormalTheme") A: android:resource(0x01010025)=@0x7f0a0001 E: meta-data (line=58) A: android:name(0x01010003)="io.flutter.embedding.android.SplashScreenDrawable" (Raw: "io.flutter.embedding.android.SplashScreenDrawable") A: android:resource(0x01010025)=@0x7f040015 E: intent-filter (line=62) E: action (line=63) A: android:name(0x01010003)="android.intent.action.MAIN" (Raw: "android.intent.action.MAIN") E: category (line=65) A: android:name(0x01010003)="android.intent.category.LAUNCHER" (Raw: "android.intent.category.LAUNCHER") E: meta-data (line=72) A: android:name(0x01010003)="flutterEmbedding" (Raw: "flutterEmbedding") A: android:value(0x01010024)=(type 0x10)0x2 E: service (line=76) A: android:name(0x01010003)="com.google.firebase.components.ComponentDiscoveryService" (Raw: "com.google.firebase.components.ComponentDiscoveryService") A: android:exported(0x01010010)=(type 0x12)0x0 A: android:directBootAware(0x01010505)=(type 0x12)0xffffffff E: meta-data (line=80) A: android:name(0x01010003)="com.google.firebase.components:io.flutter.plugins.firebase.auth.FlutterFirebaseAuthRegistrar" (Raw: "com.google.firebase.components:io.flutter.plugins.firebase.auth.FlutterFirebaseAuthRegistrar") A: android:value(0x01010024)="com.google.firebase.components.ComponentRegistrar" (Raw: "com.google.firebase.components.ComponentRegistrar") E: meta-data (line=83) A: android:name(0x01010003)="com.google.firebase.components:io.flutter.plugins.firebase.firestore.FlutterFirebaseFirestoreRegistrar" (Raw: "com.google.firebase.components:io.flutter.plugins.firebase.firestore.FlutterFirebaseFirestoreRegistrar") A: android:value(0x01010024)="com.google.firebase.components.ComponentRegistrar" (Raw: "com.google.firebase.components.ComponentRegistrar") E: meta-data (line=86) A: android:name(0x01010003)="com.google.firebase.components:io.flutter.plugins.firebase.core.FlutterFirebaseCoreRegistrar" (Raw: "com.google.firebase.components:io.flutter.plugins.firebase.core.FlutterFirebaseCoreRegistrar") A: android:value(0x01010024)="com.google.firebase.components.ComponentRegistrar" (Raw: "com.google.firebase.components.ComponentRegistrar") E: meta-data (line=89) A: android:name(0x01010003)="com.google.firebase.components:com.google.firebase.auth.FirebaseAuthRegistrar" (Raw: "com.google.firebase.components:com.google.firebase.auth.FirebaseAuthRegistrar") A: android:value(0x01010024)="com.google.firebase.components.ComponentRegistrar" (Raw: "com.google.firebase.components.ComponentRegistrar") E: meta-data (line=92) A: android:name(0x01010003)="com.google.firebase.components:com.google.firebase.firestore.FirestoreRegistrar" (Raw: "com.google.firebase.components:com.google.firebase.firestore.FirestoreRegistrar") A: android:value(0x01010024)="com.google.firebase.components.ComponentRegistrar" (Raw: "com.google.firebase.components.ComponentRegistrar") E: meta-data (line=95) A: android:name(0x01010003)="com.google.firebase.components:com.google.firebase.analytics.connector.internal.AnalyticsConnectorRegistrar" (Raw: "com.google.firebase.components:com.google.firebase.analytics.connector.internal.AnalyticsConnectorRegistrar") A: android:value(0x01010024)="com.google.firebase.components.ComponentRegistrar" (Raw: "com.google.firebase.components.ComponentRegistrar") E: meta-data (line=98) A: android:name(0x01010003)="com.google.firebase.components:com.google.firebase.installations.FirebaseInstallationsRegistrar" (Raw: "com.google.firebase.components:com.google.firebase.installations.FirebaseInstallationsRegistrar") A: android:value(0x01010024)="com.google.firebase.components.ComponentRegistrar" (Raw: "com.google.firebase.components.ComponentRegistrar") E: activity (line=103) A: android:theme(0x01010000)=@0x01030007 A: android:name(0x01010003)="io.flutter.plugins.urllauncher.WebViewActivity" (Raw: "io.flutter.plugins.urllauncher.WebViewActivity") A: android:exported(0x01010010)=(type 0x12)0x0 E: provider (line=108) A: android:name(0x01010003)="io.flutter.plugins.imagepicker.ImagePickerFileProvider" (Raw: "io.flutter.plugins.imagepicker.ImagePickerFileProvider") A: android:exported(0x01010010)=(type 0x12)0x0 A: android:authorities(0x01010018)="il.co.rimonim.flutter.image_provider" (Raw: "il.co.rimonim.flutter.image_provider") A: android:grantUriPermissions(0x0101001b)=(type 0x12)0xffffffff E: meta-data (line=113) A: android:name(0x01010003)="android.support.FILE_PROVIDER_PATHS" (Raw: "android.support.FILE_PROVIDER_PATHS") A: android:resource(0x01010025)=@0x7f0c0000 E: activity (line=118) A: android:theme(0x01010000)=@0x01030010 A: android:name(0x01010003)="com.google.firebase.auth.internal.FederatedSignInActivity" (Raw: "com.google.firebase.auth.internal.FederatedSignInActivity") A: android:permission(0x01010006)="com.google.firebase.auth.api.gms.permission.LAUNCH_FEDERATED_SIGN_IN" (Raw: "com.google.firebase.auth.api.gms.permission.LAUNCH_FEDERATED_SIGN_IN") A: android:exported(0x01010010)=(type 0x12)0xffffffff A: android:excludeFromRecents(0x01010017)=(type 0x12)0xffffffff A: android:launchMode(0x0101001d)=(type 0x10)0x2 E: activity (line=125) A: android:theme(0x01010000)=@0x01030010 A: android:name(0x01010003)="com.google.android.gms.common.api.GoogleApiActivity" (Raw: "com.google.android.gms.common.api.GoogleApiActivity") A: android:exported(0x01010010)=(type 0x12)0x0 E: provider (line=130) A: android:name(0x01010003)="com.google.firebase.provider.FirebaseInitProvider" (Raw: "com.google.firebase.provider.FirebaseInitProvider") A: android:exported(0x01010010)=(type 0x12)0x0 A: android:authorities(0x01010018)="il.co.rimonim.firebaseinitprovider" (Raw: "il.co.rimonim.firebaseinitprovider") A: android:initOrder(0x0101001a)=(type 0x10)0x64 A: android:directBootAware(0x01010505)=(type 0x12)0xffffffff E: receiver (line=137) A: android:name(0x01010003)="com.google.android.gms.measurement.AppMeasurementReceiver" (Raw: "com.google.android.gms.measurement.AppMeasurementReceiver") A: android:enabled(0x0101000e)=(type 0x12)0xffffffff A: android:exported(0x01010010)=(type 0x12)0x0 E: service (line=143) A: android:name(0x01010003)="com.google.android.gms.measurement.AppMeasurementService" (Raw: "com.google.android.gms.measurement.AppMeasurementService") A: android:enabled(0x0101000e)=(type 0x12)0xffffffff A: android:exported(0x01010010)=(type 0x12)0x0 E: service (line=147) A: android:name(0x01010003)="com.google.android.gms.measurement.AppMeasurementJobService" (Raw: "com.google.android.gms.measurement.AppMeasurementJobService") A: android:permission(0x01010006)="android.permission.BIND_JOB_SERVICE" (Raw: "android.permission.BIND_JOB_SERVICE") A: android:enabled(0x0101000e)=(type 0x12)0xffffffff A: android:exported(0x01010010)=(type 0x12)0x0 E: meta-data (line=153) A: android:name(0x01010003)="com.google.android.gms.version" (Raw: "com.google.android.gms.version") A: android:value(0x01010024)=@0x7f060000 [ +2 ms] Stopping app 'app.apk' on sdk gphone x86 64. [ ] executing: /home/alex/Android/Sdk/platform-tools/adb -s emulator-5554 shell am force-stop il.co.rimonim [ +52 ms] executing: /home/alex/Android/Sdk/platform-tools/adb -s emulator-5554 shell pm list packages il.co.rimonim [ +26 ms] package:il.co.rimonim package:il.co.rimonim.test_boolean package:il.co.rimonim.student [ +1 ms] executing: /home/alex/Android/Sdk/platform-tools/adb -s emulator-5554 shell cat /data/local/tmp/sky.il.co.rimonim.sha1 [ +24 ms] 3a655d34b15f6185eda521e0d3d39e7a845a4ba7 [ ] Latest build already installed. [ ] sdk gphone x86 64 startApp [ +1 ms] executing: /home/alex/Android/Sdk/platform-tools/adb -s emulator-5554 shell am start -a android.intent.action.RUN -f 0x20000000 --ez enable-background-compilation true --ez enable-dart-profiling true --ez enable-checked-mode true --ez verify-entry-points true --ez start-paused true il.co.rimonim/il.co.rimonim.MainActivity [ +125 ms] Starting: Intent { act=android.intent.action.RUN flg=0x20000000 cmp=il.co.rimonim/.MainActivity (has extras) } [ ] Waiting for observatory port to be available... [ +652 ms] Observatory URL on device: http://127.0.0.1:39903/cRwlbv51eBM=/ [ +1 ms] executing: /home/alex/Android/Sdk/platform-tools/adb -s emulator-5554 forward tcp:0 tcp:39903 [ +5 ms] 36609 [ ] Forwarded host port 36609 to device port 39903 for Observatory [ +4 ms] Caching compiled dill [ +36 ms] Connecting to service protocol: http://127.0.0.1:36609/cRwlbv51eBM=/ [ +1 ms] Launching a Dart Developer Service (DDS) instance at http://127.0.0.1:0, connecting to VM service at http://127.0.0.1:36609/cRwlbv51eBM=/. [+1021 ms] DDS is listening at http://127.0.0.1:38759/W19is_Cui-4=/. [ +64 ms] Successfully connected to service protocol: http://127.0.0.1:36609/cRwlbv51eBM=/ Waiting for sdk gphone x86 64 to report its views... [{"event":"app.progress","params":{"appId":"613b36aa-06e7-4933-9ccf-67a94f35687f","id":"1","progressId":null,"message":"Waiting for sdk gphone x86 64 to report its views...","finished":false}}] [{"event":"app.progress","params":{"appId":"613b36aa-06e7-4933-9ccf-67a94f35687f","id":"1","progressId":null,"finished":true}}] [ +72 ms] DevFS: Creating new filesystem on the device (null) [ +40 ms] DevFS: Created new filesystem on the device (file:///data/user/0/il.co.rimonim/code_cache/rimonimTDZPJK/rimonim/) [ +4 ms] Updating assets Debug service listening on ws://127.0.0.1:38759/W19is_Cui-4=/ws [{"event":"app.debugPort","params":{"appId":"613b36aa-06e7-4933-9ccf-67a94f35687f","port":38759,"wsUri":"ws://127.0.0.1:38759/W19is_Cui-4=/ws","baseUri":"file:///data/user/0/il.co.rimonim/code_cache/rimonimTDZPJK/rimonim/"}}] [ +119 ms] Manifest contained wildcard assets. Inserting missing file into build graph to force rerun. for more information see #56466. Syncing files to device sdk gphone x86 64... [{"event":"app.progress","params":{"appId":"613b36aa-06e7-4933-9ccf-67a94f35687f","id":"2","progressId":null,"message":"Syncing files to device sdk gphone x86 64...","finished":false}}] [ +7 ms] <- reset [ ] Compiling dart to kernel with 0 updated files [ +2 ms] <- recompile package:rimonim/main.dart ce05f057-efb9-4e78-b7c0-3dd8020ee452 [ ] <- ce05f057-efb9-4e78-b7c0-3dd8020ee452 [ +82 ms] Updating files. [ ] DevFS: Sync finished [{"event":"app.progress","params":{"appId":"613b36aa-06e7-4933-9ccf-67a94f35687f","id":"2","progressId":null,"finished":true}}] [ ] Synced 0.0MB. [ ] <- accept [ +4 ms] Connected to _flutterView/0x7a80ef6c3da0. [{"event":"app.started","params":{"appId":"613b36aa-06e7-4933-9ccf-67a94f35687f"}}] [+2041 ms] I/il.co.rimonim( 6023): Waiting for a blocking GC ProfileSaver [{"id":0,"result":{"value":"android","type":"_extensionType","method":"ext.flutter.platformOverride"}}] [{"id":1,"result":{"timeDilation":"1.0","type":"_extensionType","method":"ext.flutter.timeDilation"}}] [{"id":2,"result":{"enabled":"false","type":"_extensionType","method":"ext.flutter.debugPaint"}}] [{"id":3,"result":{"enabled":"false","type":"_extensionType","method":"ext.flutter.debugPaintBaselinesEnabled"}}] [{"id":4,"result":{"enabled":"false","type":"_extensionType","method":"ext.flutter.repaintRainbow"}}] [{"id":5,"result":{"enabled":"false","type":"_extensionType","method":"ext.flutter.showPerformanceOverlay"}}] [{"id":6,"result":{"enabled":"true","type":"_extensionType","method":"ext.flutter.debugAllowBanner"}}] [{"id":7,"result":{"enabled":"false","type":"_extensionType","method":"ext.flutter.inspector.structuredErrors"}}] [{"id":8,"result":{"enabled":"false","type":"_extensionType","method":"ext.flutter.inspector.show"}}] [{"id":9,"result":{"enabled":"true","type":"_extensionType","method":"ext.flutter.inspector.structuredErrors"}}] [{"id":10,"result":{"enabled":"false","type":"_extensionType","method":"ext.flutter.inspector.trackRebuildDirtyWidgets"}}] [{"id":11,"result":{"enabled":"false","type":"_extensionType","method":"ext.flutter.inspector.trackRepaintWidgets"}}] [{"id":12,"result":{"enabled":"false","type":"_extensionType","method":"ext.flutter.inspector.trackRebuildDirtyWidgets"}}] [{"id":13,"result":{"enabled":"false","type":"_extensionType","method":"ext.flutter.inspector.trackRepaintWidgets"}}] [+2785 ms] W/ConnectionTracker( 6023): Exception thrown while unbinding [ ] W/ConnectionTracker( 6023): java.lang.IllegalArgumentException: Service not registered: lp@ee98cd6 [ ] W/ConnectionTracker( 6023): at android.app.LoadedApk.forgetServiceDispatcher(LoadedApk.java:1757) [ ] W/ConnectionTracker( 6023): at android.app.ContextImpl.unbindService(ContextImpl.java:1874) [ ] W/ConnectionTracker( 6023): at android.content.ContextWrapper.unbindService(ContextWrapper.java:792) [ ] W/ConnectionTracker( 6023): at ci.f(:com.google.android.gms.dynamite_measurementdynamite@204217104@20.42.17 (150800-0):1) [ ] W/ConnectionTracker( 6023): at ci.d(:com.google.android.gms.dynamite_measurementdynamite@204217104@20.42.17 (150800-0):2) [ ] W/ConnectionTracker( 6023): at lq.D(:com.google.android.gms.dynamite_measurementdynamite@204217104@20.42.17 (150800-0):10) [ ] W/ConnectionTracker( 6023): at lc.a(:com.google.android.gms.dynamite_measurementdynamite@204217104@20.42.17 (150800-0):2) [ ] W/ConnectionTracker( 6023): at ee.run(:com.google.android.gms.dynamite_measurementdynamite@204217104@20.42.17 (150800-0):3) [ ] W/ConnectionTracker( 6023): at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:462) [ ] W/ConnectionTracker( 6023): at java.util.concurrent.FutureTask.run(FutureTask.java:266) [ ] W/ConnectionTracker( 6023): at ix.run(:com.google.android.gms.dynamite_measurementdynamite@204217104@20.42.17 (150800-0):6) [+15214 ms] I/flutter ( 6023): isFirebaseEmulator: true [ +113 ms] I/BiChannelGoogleApi( 6023): [FirebaseAuth: ] getGoogleApiForMethod() returned Gms: com.google.firebase.auth.api.internal.zzao@a0fe32d [ ] W/DynamiteModule( 6023): Local module descriptor class for providerinstaller not found. [ +5 ms] I/TetheringManager( 6023): registerTetheringEventCallback:il.co.rimonim [ +12 ms] I/DynamiteModule( 6023): Considering local module providerinstaller:0 and remote module providerinstaller:0 [ ] W/ProviderInstaller( 6023): Failed to load providerinstaller module: No acceptable module found. Local version is 0 and remote version is 0. [ +23 ms] I/il.co.rimonim( 6023): The ClassLoaderContext is a special shared library. [ +2 ms] I/il.co.rimonim( 6023): The ClassLoaderContext is a special shared library. [ +14 ms] V/NativeCrypto( 6023): Registering com/google/android/gms/org/conscrypt/NativeCrypto's 288 native methods... [ +6 ms] W/il.co.rimonim( 6023): Accessing hidden method Ljava/security/spec/ECParameterSpec;->getCurveName()Ljava/lang/String; (greylist, reflection, allowed) [ +10 ms] I/ProviderInstaller( 6023): Installed default security provider GmsCore_OpenSSL [ +125 ms] I/BiChannelGoogleApi( 6023): [FirebaseAuth: ] getGoogleApiForMethod() returned Gms: com.google.firebase.auth.api.internal.zzao@a0fe32d [ +146 ms] D/FirebaseAuth( 6023): Notifying id token listeners about user ( 8DNmDlbUl5RZa2tKslBgvO1rX8A3 ). ```

Something I noticed about the scenario to replicate the issue. If I start intellij with the inspector tab closed, run the app on an android emulator and try to open the tab, more often than not it will get stuck on "installing dev tools" but when I restart and open the inspector tab first and then run my app it seems to work OK.

fourman-alex commented 3 years ago
idea.log 2020-11-24 11:27:50,298 [ 0] INFO - #com.intellij.idea.Main - ------------------------------------------------------ IDE STARTED ------------------------------------------------------ 2020-11-24 11:27:50,312 [ 14] INFO - #com.intellij.idea.Main - IDE: Android Studio (build #AI-201.8743.12.41.6953283, 05 Nov 2020 04:41) 2020-11-24 11:27:50,312 [ 14] INFO - #com.intellij.idea.Main - OS: Linux (4.15.0-124-generic, amd64) 2020-11-24 11:27:50,312 [ 14] INFO - #com.intellij.idea.Main - JRE: 1.8.0_242-release-1644-b3-6222593 (JetBrains s.r.o) 2020-11-24 11:27:50,312 [ 14] INFO - #com.intellij.idea.Main - JVM: 25.242-b3-6222593 (OpenJDK 64-Bit Server VM) 2020-11-24 11:27:50,316 [ 18] INFO - #com.intellij.idea.Main - JVM Args: -Xms256m -Xmx1280m -XX:ReservedCodeCacheSize=240m -XX:+UseConcMarkSweepGC -XX:SoftRefLRUPolicyMSPerMB=50 -XX:CICompilerCount=2 -Dsun.io.useCanonPrefixCache=false -Djdk.http.auth.tunneling.disabledSchemes="" -Djdk.attach.allowAttachSelf=true -Dkotlinx.coroutines.debug=off -Djdk.module.illegalAccess.silent=true -Djna.nosys=true -Djna.boot.library.path= -Didea.vendor.name=Google -Dawt.useSystemAAFontSettings=lcd -Dsun.java2d.renderer=sun.java2d.marlin.MarlinRenderingEngine -Dsun.tools.attach.tmp.only=true -Xmx2048m -XX:ErrorFile=/home/alex/java_error_in_STUDIO_%p.log -XX:HeapDumpPath=/home/alex/java_error_in_STUDIO.hprof -Didea.paths.selector=AndroidStudio4.1 -Djb.vmOptionsFile=/home/alex/android-studio/bin/studio64.vmoptions,/home/alex/.config/Google/AndroidStudio4.1/studio64.vmoptions -Didea.platform.prefix=AndroidStudio -Didea.jre.check=true 2020-11-24 11:27:50,316 [ 18] INFO - #com.intellij.idea.Main - ext: /home/alex/android-studio/jre/jre/lib/ext: [dnsns.jar, sunpkcs11.jar, sunec.jar, localedata.jar, jaccess.jar, nashorn.jar, meta-index, sunjce_provider.jar, cldrdata.jar, zipfs.jar] 2020-11-24 11:27:50,316 [ 18] INFO - #com.intellij.idea.Main - library path: /usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib 2020-11-24 11:27:50,316 [ 18] INFO - #com.intellij.idea.Main - boot library path: /home/alex/android-studio/jre/jre/lib/amd64 2020-11-24 11:27:50,316 [ 18] INFO - #com.intellij.idea.Main - Locale=en_US JNU=UTF-8 file.encoding=UTF-8 2020-11-24 11:27:50,532 [ 234] INFO - #com.intellij.idea.Main - JNA library (64-bit) loaded in 223 ms 2020-11-24 11:27:50,563 [ 265] INFO - om.intellij.ui.scale.JBUIScale - System scale factor: 1.0 (IDE-managed HiDPI) 2020-11-24 11:27:50,563 [ 265] INFO - ntellij.idea.ApplicationLoader - CPU cores: 12; ForkJoinPool.commonPool: java.util.concurrent.ForkJoinPool@1efb277b[Running, parallelism = 11, size = 0, active = 0, running = 0, steals = 0, tasks = 0, submissions = 0]; factory: com.intellij.concurrency.IdeaForkJoinWorkerThreadFactory@483f6617 2020-11-24 11:27:50,590 [ 292] INFO - ntellij.idea.ApplicationLoader - WM detected: GNOME Shell 2020-11-24 11:27:50,770 [ 472] INFO - llij.ide.plugins.PluginManager - Plugin org.intellij.groovy misses optional descriptor duplicates-groovy.xml 2020-11-24 11:27:50,771 [ 473] INFO - llij.ide.plugins.PluginManager - Plugin org.intellij.groovy misses optional descriptor duplicates-detection-groovy.xml 2020-11-24 11:27:50,892 [ 594] INFO - llij.ide.plugins.PluginManager - Plugin com.intellij.java misses optional descriptor profiler-java.xml 2020-11-24 11:27:50,938 [ 640] INFO - llij.ide.plugins.PluginManager - Loaded bundled plugins: IDEA CORE (201.8743.12), com.intellij.platform.images (201.8743.12.41.6953283), JetBrains Repository Search (201.8743.12.41.6953283), Subversion (201.8743.12.41.6953283), Smali Support (201.8743.12.41.6953283), Configuration Script (201.8743.12.41.6953283), Copyright (201.8743.12.41.6953283), Java (201.8743.12.41.6953283), Git (201.8743.12.41.6953283), ChangeReminder (201.8743.12.41.6953283), Next File Prediction (201.8743.12.41.6953283), JUnit (201.8743.12.41.6953283), Layoutlib Native (201.8743.12.41.6953283), Layoutlib Standard (201.8743.12.41.6953283), Google Login (201.8743.12.41.6953283), Java IDE Customization (201.8743.12.41.6953283), Task Management (201.8743.12.41.6953283), GitHub (201.8743.12.41.6953283), IntelliLang (201.8743.12.41.6953283), TestNG (201.8743.12.41.6953283), Code Coverage for Java (201.8743.12.41.6953283), Java Stream Debugger (201.8743.12.41.6953283), Java Bytecode Decompiler (201.8743.12.41.6953283), Gradle (201.8743.12.41.6953283), Properties (201.8743.12.41.6953283), Java Internationalization (201.8743.12.41.6953283), Groovy (201.8743.12.41.6953283), Gradle-Java (201.8743.12.41.6953283), Compose (201.8743.12.41.6953283), Google Cloud Tools Core (201.8743.12.41.6953283), Resource Bundle Editor (201.8743.12.41.6953283), Mercurial (201.8743.12.41.6953283), EditorConfig (201.8743.12.41.6953283), Terminal (201.8743.12.41.6953283), Android (10.4.1.1), Android NDK Support (201.8743.12.41.6953283), Android APK Support (201.8743.12.41.6953283), Google Developers Samples (201.8743.12.41.6953283), Google Cloud Tools For Android Studio (201.8743.12.41.6953283), Test Recorder (201.8743.12.41.6953283), Firebase Services (201.8743.12.41.6953283), Firebase Testing (201.8743.12.41.6953283), App Links Assistant (201.8743.12.41.6953283), Firebase App Indexing (201.8743.12.41.6953283), Shell Script (201.8743.12.41.6953283), TextMate bundles (201.8743.12.41.6953283), YAML (201.8743.12.41.6953283), Settings Repository (201.8743.12.41.6953283) 2020-11-24 11:27:50,938 [ 640] INFO - llij.ide.plugins.PluginManager - Loaded custom plugins: Gauge (0.3.21), Markdown (201.9274), Kotlin (1.4.10-release-Studio4.1-1), .ignore (3.2.3.201), Dart (201.9245), Flutter (51.0.2), Flutter Intl (1.12.0-2019.2) 2020-11-24 11:27:51,217 [ 919] INFO - ellij.util.io.PagedFileStorage - lower=100; upper=500; buffer=10; max=1959 2020-11-24 11:27:51,225 [ 927] INFO - tellij.util.io.FileChannelUtil - interruptible FileChannel-s will be used for indexes 2020-11-24 11:27:51,225 [ 927] INFO - tellij.util.io.FileChannelUtil - interruptible FileChannel-s will be used for indexes 2020-11-24 11:27:51,260 [ 962] INFO - cation.options.RegistryManager - Registry values changed by user: external.system.auto.import.disabled = true 2020-11-24 11:27:51,283 [ 985] INFO - rains.ide.BuiltInServerManager - built-in server started, port 63342 2020-11-24 11:27:51,322 [ 1024] INFO - til.net.ssl.CertificateManager - Default SSL context initialized 2020-11-24 11:27:51,324 [ 1026] INFO - com.intellij.ide.ui.UISettings - Loaded: fontSize=12, fontScale=1.0; restored: fontSize=12, fontScale=1.0 2020-11-24 11:27:51,325 [ 1027] INFO - com.intellij.ide.ui.UISettings - Loaded: fontSize=16, fontScale=1.0; restored: fontSize=16, fontScale=1.0 2020-11-24 11:27:51,372 [ 1074] WARN - Container.ComponentManagerImpl - Do not use constructor injection (requestorClass=com.android.tools.idea.AndroidInitialConfigurator) 2020-11-24 11:27:51,387 [ 1089] INFO - com.intellij.ide.ui.UISettings - Loaded: fontSize=16, fontScale=1.0; restored: fontSize=16, fontScale=1.0 2020-11-24 11:27:51,399 [ 1101] INFO - pi.util.registry.RegistryValue - Registry value 'external.system.auto.import.disabled' has changed to 'true' 2020-11-24 11:27:51,440 [ 1142] INFO - pl.local.NativeFileWatcherImpl - Starting file watcher: /home/alex/android-studio/bin/fsnotifier64 2020-11-24 11:27:51,448 [ 1150] INFO - pl.local.NativeFileWatcherImpl - Native file watcher is operational. 2020-11-24 11:27:51,694 [ 1396] INFO - leBasedIndexDataInitialization - Initialization done: 403 2020-11-24 11:27:51,724 [ 1426] INFO - exImpl$StubIndexInitialization - Initialization done: 29 2020-11-24 11:27:51,739 [ 1441] INFO - gs.impl.UpdateCheckerComponent - channel: beta 2020-11-24 11:27:51,938 [ 1640] INFO - BridgeProjectLifecycleListener - Using legacy project model to open project 2020-11-24 11:27:52,050 [ 1752] INFO - pl.projectlevelman.NewMappings - VCS Root: [Git] - [/home/alex/StudioProjects/rimonim] 2020-11-24 11:27:52,140 [ 1842] INFO - rojectCodeStyleSettingsManager - Loading Project code style 2020-11-24 11:27:52,150 [ 1852] INFO - eStyle.CustomCodeStyleSettings - Loaded org.jetbrains.kotlin.idea.core.formatter.KotlinCodeStyleSettings 2020-11-24 11:27:52,152 [ 1854] INFO - eStyle.CustomCodeStyleSettings - Loaded org.jetbrains.kotlin.idea.core.formatter.KotlinCodeStyleSettings 2020-11-24 11:27:52,180 [ 1882] INFO - eStyle.CommonCodeStyleSettings - Loaded XML common code style settings 2020-11-24 11:27:52,181 [ 1883] INFO - rojectCodeStyleSettingsManager - Project code style loaded 2020-11-24 11:27:52,185 [ 1887] INFO - eStyle.CommonCodeStyleSettings - Loaded Dart common code style settings 2020-11-24 11:27:52,186 [ 1888] INFO - eStyle.CommonCodeStyleSettings - Loaded XML common code style settings 2020-11-24 11:27:52,203 [ 1905] WARN - nSystem.impl.ActionManagerImpl - keymap "ReSharper" not found [Plugin: com.android.tools.ndk] 2020-11-24 11:27:52,208 [ 1910] WARN - Container.ComponentManagerImpl - Do not use constructor injection (requestorClass=io.flutter.editor.ActiveEditorsOutlineService) 2020-11-24 11:27:52,261 [ 1963] WARN - nsions.impl.ExtensionPointImpl - Extension to be removed not found: class org.jetbrains.plugins.gradle.execution.test.runner.TestClassGradleConfigurationProducer 2020-11-24 11:27:52,351 [ 2053] WARN - Container.ComponentManagerImpl - Do not use constructor injection (requestorClass=mobi.hsz.idea.gitignore.IgnoreFileBasedIndexProjectHandler) 2020-11-24 11:27:52,377 [ 2079] WARN - Container.ComponentManagerImpl - Do not use constructor injection (requestorClass=org.jetbrains.android.compose.AndroidComposeAutoDocumentation) 2020-11-24 11:27:52,507 [ 2209] WARN - Container.ComponentManagerImpl - Do not use constructor injection (requestorClass=com.android.tools.idea.apk.ApkProjectComponent) 2020-11-24 11:27:52,507 [ 2209] WARN - Container.ComponentManagerImpl - Do not use constructor injection (requestorClass=com.android.tools.idea.apk.issues.SetupIssueReporter) 2020-11-24 11:27:53,030 [ 2732] INFO - j.ide.script.IdeStartupScripts - 0 startup script(s) found 2020-11-24 11:27:53,073 [ 2775] INFO - artup.AndroidStudioInitializer - Failed to disable 'org.intellij.plugins.intelliLang.inject.groovy.GrConcatenationInjector' 2020-11-24 11:27:53,090 [ 2792] INFO - .deployment.AsyncDevicesGetter - adb not found 2020-11-24 11:27:53,139 [ 2841] WARN - openapi.wm.impl.ToolWindowImpl - ToolWindow icons should be 13x13. Please fix ToolWindow (ID: Android Emulator) or icon jar:file:/home/alex/android-studio/plugins/android/lib/artwork.jar!/studio/icons/shell/tool-windows/emulator.svg 2020-11-24 11:27:53,561 [ 3263] WARN - ugins.textmate.TextMateService - Missing builtin bundles, checked: /home/alex/.local/share/Google/AndroidStudio4.1/textmate/lib/bundles /home/alex/android-studio/plugins/textmate/lib/bundles 2020-11-24 11:27:53,823 [ 3525] INFO - .diagnostic.PerformanceWatcher - Pushing properties took 317ms; general responsiveness: ok; EDT responsiveness: ok 2020-11-24 11:27:53,996 [ 3698] WARN - com.intellij.util.xmlb.Binding - no accessors for class org.jetbrains.kotlin.idea.highlighter.KotlinDefaultHighlightingSettingsProvider 2020-11-24 11:27:54,027 [ 3729] INFO - indexing.UnindexedFilesUpdater - Unindexed files update canceled 2020-11-24 11:27:54,031 [ 3733] INFO - pl.ProjectRootManagerComponent - project roots have changed 2020-11-24 11:27:54,210 [ 3912] INFO - .diagnostic.PerformanceWatcher - Pushing properties took 159ms; general responsiveness: ok; EDT responsiveness: ok 2020-11-24 11:27:54,316 [ 4018] INFO - ntellij.idea.ApplicationLoader - canDisableInputMethod spent 7 ms, found keyboard layouts: [(ru, xkb), (il, xkb), (us, xkb), ], result==false 2020-11-24 11:27:54,344 [ 4046] INFO - lij.tasks.impl.TaskManagerImpl - Searching for task 'rimonim-50' in GithubRepository(URL='https://github.com') 2020-11-24 11:27:54,345 [ 4047] INFO - penapi.application.Experiments - Experimental features enabled for user: wsl.p9.support, wsl.p9.show.roots.in.file.chooser, inline.browse.button, linux.native.menu, recent.and.edited.files.together, show.create.new.element.in.popup, copy.reference.popup, new.large.text.file.viewer, property.value.inplace.editing, terminal.shell.command.handling 2020-11-24 11:27:54,430 [ 4132] INFO - ge.ExternalProjectsDataStorage - Load external projects data in 13 millis (read time: 1) 2020-11-24 11:27:54,498 [ 4200] INFO - #git4idea.commands.GitHandler - [.] git version 2020-11-24 11:27:54,507 [ 4209] INFO - #git4idea.commands.GitHandler - git version 2.17.1 2020-11-24 11:27:54,514 [ 4216] INFO - ea.config.GitExecutableManager - Git version for /usr/bin/git : 2.17.1 2020-11-24 11:27:54,537 [ 4239] INFO - .deployment.AsyncDevicesGetter - adb not found 2020-11-24 11:27:54,609 [ 4311] INFO - ngd.lsp.ClangDaemonContextImpl - Using clangd from: /home/alex/android-studio/bin/clang/linux/clangd 2020-11-24 11:27:54,637 [ 4339] WARN - openapi.wm.impl.ToolWindowImpl - ToolWindow icons should be 13x13. Please fix ToolWindow (ID: Problems View) or icon jar:file:/home/alex/android-studio/lib/icons.jar!/general/warning.svg 2020-11-24 11:27:54,685 [ 4387] INFO - ter.jxbrowser.JxBrowserManager - rimonim: Installing JxBrowser 2020-11-24 11:27:54,685 [ 4387] INFO - ter.jxbrowser.JxBrowserManager - rimonim: JxBrowser platform files already exist, skipping download 2020-11-24 11:27:54,685 [ 4387] INFO - ter.jxbrowser.JxBrowserManager - Loaded JxBrowser file successfully: jxbrowser-linux64-7.10.jar 2020-11-24 11:27:54,686 [ 4388] INFO - ter.jxbrowser.JxBrowserManager - Loaded JxBrowser file successfully: jxbrowser-7.10.jar 2020-11-24 11:27:54,686 [ 4388] INFO - ter.jxbrowser.JxBrowserManager - Loaded JxBrowser file successfully: jxbrowser-swing-7.10.jar 2020-11-24 11:27:54,696 [ 4398] INFO - #io.flutter.sdk.FlutterCommand - /home/alex/dev/flutter/bin/flutter [--no-color, config, --machine] 2020-11-24 11:27:54,697 [ 4399] INFO - #io.flutter.sdk.FlutterSdk - Calling config --machine 2020-11-24 11:27:54,699 [ 4401] INFO - ProjectRootPostStartUpActivity - /home/alex/StudioProjects/rimonim/.idea case-sensitivity: expected=true actual=true 2020-11-24 11:27:54,726 [ 4428] INFO - .diagnostic.PerformanceWatcher - Post-startup activities under progress took 431ms; general responsiveness: ok; EDT responsiveness: ok 2020-11-24 11:27:55,269 [ 4971] INFO - lutter.run.daemon.DeviceDaemon - starting Flutter device daemon #1: /home/alex/dev/flutter/bin/flutter daemon 2020-11-24 11:27:55,270 [ 4972] INFO - #io.flutter.sdk.FlutterCommand - /home/alex/dev/flutter/bin/flutter [--no-color, config, --machine] 2020-11-24 11:27:55,272 [ 4974] INFO - #io.flutter.sdk.FlutterSdk - Calling config --machine 2020-11-24 11:27:55,278 [ 4980] INFO - #io.flutter.sdk.FlutterSdk - flutter config --machine: 580ms 2020-11-24 11:27:55,367 [ 5069] WARN - Container.ComponentManagerImpl - Do not use constructor injection (requestorClass=mobi.hsz.idea.gitignore.daemon.AddUnversionedFilesNotificationProvider) 2020-11-24 11:27:55,371 [ 5073] WARN - Container.ComponentManagerImpl - Do not use constructor injection (requestorClass=mobi.hsz.idea.gitignore.daemon.MissingGitignoreNotificationProvider) 2020-11-24 11:27:55,375 [ 5077] WARN - Container.ComponentManagerImpl - Do not use constructor injection (requestorClass=com.android.tools.idea.gradle.notification.GeneratedFileNotificationProvider) 2020-11-24 11:27:55,392 [ 5094] WARN - Container.ComponentManagerImpl - Do not use constructor injection (requestorClass=com.android.tools.idea.apk.editor.notification.ApkReloadNotificationProvider) 2020-11-24 11:27:55,501 [ 5203] INFO - .deployment.AsyncDevicesGetter - adb not found 2020-11-24 11:27:55,829 [ 5531] INFO - #io.flutter.sdk.FlutterSdk - flutter config --machine: 557ms 2020-11-24 11:27:55,869 [ 5571] INFO - .diagnostic.PerformanceWatcher - Indexable file iteration took 1659ms; general responsiveness: ok; EDT responsiveness: ok 2020-11-24 11:27:55,890 [ 5592] INFO - tor.impl.FileEditorManagerImpl - Project opening took 4041 ms 2020-11-24 11:27:55,953 [ 5655] INFO - #com.jetbrains.cidr.lang - Clearing symbols finished in 10 ms 2020-11-24 11:27:55,962 [ 5664] INFO - .deployment.AsyncDevicesGetter - adb not found 2020-11-24 11:27:55,988 [ 5690] INFO - #com.jetbrains.cidr.lang - Loading Module Maps finished in 27 ms 2020-11-24 11:27:55,988 [ 5690] INFO - #com.jetbrains.cidr.lang - Loaded 0 module maps in 0 packs for 0 search roots 2020-11-24 11:27:55,995 [ 5697] INFO - #com.jetbrains.cidr.lang - Building symbols in FAST mode, 0 source files from total 0 project files 2020-11-24 11:27:56,007 [ 5709] INFO - lutter.run.daemon.DeviceDaemon - flutter device daemon #1: Waiting for another flutter command to release the startup lock... 2020-11-24 11:27:56,007 [ 5709] INFO - lutter.run.daemon.DeviceDaemon - flutter device daemon #1: Starting device daemon... 2020-11-24 11:27:56,130 [ 5832] INFO - #com.jetbrains.cidr.lang - Loading Module Maps finished in 169 ms 2020-11-24 11:27:56,132 [ 5834] INFO - #com.jetbrains.cidr.lang - Loading Header Maps finished in 2 ms 2020-11-24 11:27:56,138 [ 5840] INFO - #com.jetbrains.cidr.lang - Loaded 0 tables for 0 files (0 project files) 2020-11-24 11:27:56,138 [ 5840] INFO - #com.jetbrains.cidr.lang - Building symbols for 0 source files 2020-11-24 11:27:56,140 [ 5842] INFO - #com.jetbrains.cidr.lang - Updating Symbols finished in 1 ms 2020-11-24 11:27:56,140 [ 5842] INFO - #com.jetbrains.cidr.lang - Building symbols for 0 unused headers 2020-11-24 11:27:56,140 [ 5842] INFO - #com.jetbrains.cidr.lang - Updating Symbols finished in 0 ms 2020-11-24 11:27:56,140 [ 5842] INFO - #com.jetbrains.cidr.lang - Updating Symbols finished in 0 ms 2020-11-24 11:27:56,141 [ 5843] INFO - #com.jetbrains.cidr.lang - Saving modified symbols for 0 files (0 tables of total 0) 2020-11-24 11:27:56,142 [ 5844] INFO - #com.jetbrains.cidr.lang - Saving symbols finished in 1 ms 2020-11-24 11:27:56,142 [ 5844] INFO - #com.jetbrains.cidr.lang - Saved 0 module maps in 0 packs 2020-11-24 11:27:56,142 [ 5844] INFO - #com.jetbrains.cidr.lang - Saving Module Maps finished in 0 ms 2020-11-24 11:27:56,475 [ 6177] INFO - .deployment.AsyncDevicesGetter - adb not found 2020-11-24 11:27:56,550 [ 6252] WARN - Container.ComponentManagerImpl - Do not use constructor injection (requestorClass=com.android.tools.idea.apk.symbols.DebugSymbolNotifications) 2020-11-24 11:27:56,880 [ 6582] INFO - CompilerWorkspaceConfiguration - Available processors: 12 2020-11-24 11:27:56,976 [ 6678] INFO - .deployment.AsyncDevicesGetter - adb not found 2020-11-24 11:27:57,462 [ 7164] INFO - .deployment.AsyncDevicesGetter - adb not found 2020-11-24 11:27:57,654 [ 7356] INFO - tellij.ide.SystemHealthMonitor - restored ignored PIPE handler 2020-11-24 11:27:57,962 [ 7664] INFO - .deployment.AsyncDevicesGetter - adb not found 2020-11-24 11:27:58,462 [ 8164] INFO - .deployment.AsyncDevicesGetter - adb not found 2020-11-24 11:27:58,962 [ 8664] INFO - .deployment.AsyncDevicesGetter - adb not found 2020-11-24 11:27:59,463 [ 9165] INFO - .deployment.AsyncDevicesGetter - adb not found 2020-11-24 11:27:59,962 [ 9664] INFO - .deployment.AsyncDevicesGetter - adb not found 2020-11-24 11:28:00,526 [ 10228] INFO - .deployment.AsyncDevicesGetter - adb not found 2020-11-24 11:28:01,023 [ 10725] INFO - .deployment.AsyncDevicesGetter - adb not found 2020-11-24 11:28:01,523 [ 11225] INFO - .deployment.AsyncDevicesGetter - adb not found 2020-11-24 11:28:02,024 [ 11726] INFO - .deployment.AsyncDevicesGetter - adb not found 2020-11-24 11:28:02,524 [ 12226] INFO - .deployment.AsyncDevicesGetter - adb not found 2020-11-24 11:28:03,024 [ 12726] INFO - .deployment.AsyncDevicesGetter - adb not found 2020-11-24 11:28:03,524 [ 13226] INFO - .deployment.AsyncDevicesGetter - adb not found 2020-11-24 11:28:05,526 [ 15228] INFO - .deployment.AsyncDevicesGetter - adb not found 2020-11-24 11:28:06,027 [ 15729] INFO - .deployment.AsyncDevicesGetter - adb not found 2020-11-24 11:28:07,413 [ 17115] INFO - .deployment.AsyncDevicesGetter - adb not found 2020-11-24 11:28:07,494 [ 17196] INFO - .flutter.run.daemon.FlutterApp - RunApp rimonim (Run) 2020-11-24 11:28:07,495 [ 17197] INFO - .flutter.run.daemon.FlutterApp - /home/alex/dev/flutter/bin/flutter [--no-color, run, --machine, --track-widget-creation, --device-id=emulator-5554, --start-paused, --dart-define=fire_emu=true, --dart-define=flutter.inspector.structuredErrors=true, lib/main.dart] 2020-11-24 11:28:07,693 [ 17395] INFO - .deployment.AsyncDevicesGetter - adb not found 2020-11-24 11:28:08,027 [ 17729] INFO - .deployment.AsyncDevicesGetter - adb not found 2020-11-24 11:28:08,542 [ 18244] INFO - .deployment.AsyncDevicesGetter - adb not found 2020-11-24 11:28:14,696 [ 24398] INFO - .deployment.AsyncDevicesGetter - adb not found 2020-11-24 11:28:14,754 [ 24456] INFO - .deployment.AsyncDevicesGetter - adb not found 2020-11-24 11:28:15,449 [ 25151] INFO - #io.flutter.sdk.FlutterCommand - /home/alex/dev/flutter/bin/flutter [--no-color, pub, global, activate, devtools] 2020-11-24 11:28:23,033 [ 32735] INFO - .deployment.AsyncDevicesGetter - adb not found 2020-11-24 11:28:23,534 [ 33236] INFO - .deployment.AsyncDevicesGetter - adb not found 2020-11-24 11:28:24,048 [ 33750] INFO - .deployment.AsyncDevicesGetter - adb not found 2020-11-24 11:28:29,034 [ 38736] INFO - .deployment.AsyncDevicesGetter - adb not found 2020-11-24 11:28:34,033 [ 43735] INFO - .deployment.AsyncDevicesGetter - adb not found 2020-11-24 11:28:39,035 [ 48737] INFO - .deployment.AsyncDevicesGetter - adb not found 2020-11-24 11:28:39,758 [ 49460] INFO - g.FileBasedIndexProjectHandler - Reindexing refreshed files: 6 to update, calculated in 9ms 2020-11-24 11:28:39,875 [ 49577] INFO - .deployment.AsyncDevicesGetter - adb not found 2020-11-24 11:28:40,005 [ 49707] INFO - .diagnostic.PerformanceWatcher - Reindexing refreshed files took 247ms; general responsiveness: ok; EDT responsiveness: ok 2020-11-24 11:28:40,375 [ 50077] INFO - .deployment.AsyncDevicesGetter - adb not found 2020-11-24 11:28:40,877 [ 50579] INFO - .deployment.AsyncDevicesGetter - adb not found 2020-11-24 11:28:41,377 [ 51079] INFO - .deployment.AsyncDevicesGetter - adb not found 2020-11-24 11:28:41,877 [ 51579] INFO - .deployment.AsyncDevicesGetter - adb not found 2020-11-24 11:28:42,378 [ 52080] INFO - .deployment.AsyncDevicesGetter - adb not found 2020-11-24 11:28:42,878 [ 52580] INFO - .deployment.AsyncDevicesGetter - adb not found 2020-11-24 11:28:43,378 [ 53080] INFO - .deployment.AsyncDevicesGetter - adb not found 2020-11-24 11:28:43,878 [ 53580] INFO - .deployment.AsyncDevicesGetter - adb not found 2020-11-24 11:28:44,381 [ 54083] INFO - .deployment.AsyncDevicesGetter - adb not found 2020-11-24 11:28:44,879 [ 54581] INFO - .deployment.AsyncDevicesGetter - adb not found 2020-11-24 11:28:46,379 [ 56081] INFO - .deployment.AsyncDevicesGetter - adb not found
helin24 commented 3 years ago

@AntonFesun it looks like

Warning: Executable "devtools" runs "bin\devtools.dart", which was not found in devtools. Warning: Pub installs executables into C:\src\flutter.pub-cache\bin, which is not on your path. You can fix that by adding that directory to your system's "Path" environment variable.

I think it's worth adding that pub-cache location to your path and trying:

flutter.bat pub global deactivate devtools
flutter.bat pub global activate devtools
flutter.bat pub global run devtools

If that doesn't work, we can open an issue on https://github.com/flutter/devtools; someone there will know know more about this than me.

helin24 commented 3 years ago

Something I noticed about the scenario to replicate the issue. If I start intellij with the inspector tab closed, run the app on an android emulator and try to open the tab, more often than not it will get stuck on "installing dev tools" but when I restart and open the inspector tab first and then run my app it seems to work OK.

@fourman-alex thanks for the logs. I don't see anything unusual there, but I'll see if I can reproduce the issue with the tab closed. It sounds like there could be a timeout somewhere.

helin24 commented 3 years ago

@fourman-alex would you be able to try this version of the plugin with extra logging and send me your logs again? flutter-intellij.zip

To install, go to Setting -> Plugins -> (settings icon) -> Install plugin from disk, then restart.

fourman-alex commented 3 years ago

@fourman-alex would you be able to try this version of the plugin with extra logging and send me your logs again? flutter-intellij.zip

To install, go to Setting -> Plugins -> (settings icon) -> Install plugin from disk, then restart.

I get Plugin 'Flutter' is incompatible with this installation when trying to install the plugin. I'm on linux if that makes a difference.

Android Studio 4.1.1
Build #AI-201.8743.12.41.6953283, built on November 5, 2020
Runtime version: 1.8.0_242-release-1644-b3-6222593 amd64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
Linux 4.15.0-124-generic
GC: ParNew, ConcurrentMarkSweep
Memory: 1979M
Cores: 12
Registry: ide.new.welcome.screen.force=true, external.system.auto.import.disabled=true
Non-Bundled Plugins: com.thoughtworks.gauge, org.intellij.plugins.markdown, org.jetbrains.kotlin, mobi.hsz.idea.gitignore, Dart, io.flutter, com.localizely.flutter-intl
Current Desktop: ubuntu:GNOME
helin24 commented 3 years ago

@fourman-alex I'm testing the same version of Android Studio on Linux and checked that I could download that file and install it, so I wonder if there are machine-specific settings that could make it incompatible. You could try uninstalling the existing Flutter plugin first and trying again, but I don't see why that would make a difference. Sorry I don't have a better suggestion for this. I'm going to try running an app on this system a few more times and see if I can reproduce the freeze.

fourman-alex commented 3 years ago

@fourman-alex I'm testing the same version of Android Studio on Linux and checked that I could download that file and install it, so I wonder if there are machine-specific settings that could make it incompatible. You could try uninstalling the existing Flutter plugin first and trying again, but I don't see why that would make a difference. Sorry I don't have a better suggestion for this. I'm going to try running an app on this system a few more times and see if I can reproduce the freeze.

Tried uninstalling first and it seemed to work this time. Here is the log while succesfully reproducing the bug.

idea.log ``` 2020-11-25 20:09:22,100 [ 0] INFO - #com.intellij.idea.Main - ------------------------------------------------------ IDE STARTED ------------------------------------------------------ 2020-11-25 20:09:22,116 [ 16] INFO - #com.intellij.idea.Main - IDE: Android Studio (build #AI-201.8743.12.41.6953283, 05 Nov 2020 04:41) 2020-11-25 20:09:22,116 [ 16] INFO - #com.intellij.idea.Main - OS: Linux (4.15.0-124-generic, amd64) 2020-11-25 20:09:22,117 [ 17] INFO - #com.intellij.idea.Main - JRE: 1.8.0_242-release-1644-b3-6222593 (JetBrains s.r.o) 2020-11-25 20:09:22,117 [ 17] INFO - #com.intellij.idea.Main - JVM: 25.242-b3-6222593 (OpenJDK 64-Bit Server VM) 2020-11-25 20:09:22,117 [ 17] INFO - #com.intellij.idea.Main - JVM Args: -Xms256m -Xmx1280m -XX:ReservedCodeCacheSize=240m -XX:+UseConcMarkSweepGC -XX:SoftRefLRUPolicyMSPerMB=50 -XX:CICompilerCount=2 -Dsun.io.useCanonPrefixCache=false -Djdk.http.auth.tunneling.disabledSchemes="" -Djdk.attach.allowAttachSelf=true -Dkotlinx.coroutines.debug=off -Djdk.module.illegalAccess.silent=true -Djna.nosys=true -Djna.boot.library.path= -Didea.vendor.name=Google -Dawt.useSystemAAFontSettings=lcd -Dsun.java2d.renderer=sun.java2d.marlin.MarlinRenderingEngine -Dsun.tools.attach.tmp.only=true -Xmx2048m -XX:ErrorFile=/home/alex/java_error_in_STUDIO_%p.log -XX:HeapDumpPath=/home/alex/java_error_in_STUDIO.hprof -Didea.paths.selector=AndroidStudio4.1 -Djb.vmOptionsFile=/home/alex/android-studio/bin/studio64.vmoptions,/home/alex/.config/Google/AndroidStudio4.1/studio64.vmoptions -Didea.platform.prefix=AndroidStudio -Didea.jre.check=true 2020-11-25 20:09:22,117 [ 17] INFO - #com.intellij.idea.Main - ext: /home/alex/android-studio/jre/jre/lib/ext: [dnsns.jar, sunpkcs11.jar, sunec.jar, localedata.jar, jaccess.jar, nashorn.jar, meta-index, sunjce_provider.jar, cldrdata.jar, zipfs.jar] 2020-11-25 20:09:22,117 [ 17] INFO - #com.intellij.idea.Main - library path: /usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib 2020-11-25 20:09:22,117 [ 17] INFO - #com.intellij.idea.Main - boot library path: /home/alex/android-studio/jre/jre/lib/amd64 2020-11-25 20:09:22,117 [ 17] INFO - #com.intellij.idea.Main - Locale=en_US JNU=UTF-8 file.encoding=UTF-8 2020-11-25 20:09:22,356 [ 256] INFO - #com.intellij.idea.Main - JNA library (64-bit) loaded in 243 ms 2020-11-25 20:09:22,467 [ 367] INFO - om.intellij.ui.scale.JBUIScale - System scale factor: 1.0 (IDE-managed HiDPI) 2020-11-25 20:09:22,468 [ 368] INFO - ntellij.idea.ApplicationLoader - CPU cores: 12; ForkJoinPool.commonPool: java.util.concurrent.ForkJoinPool@6b7d76b0[Running, parallelism = 11, size = 0, active = 0, running = 0, steals = 0, tasks = 0, submissions = 0]; factory: com.intellij.concurrency.IdeaForkJoinWorkerThreadFactory@75107639 2020-11-25 20:09:22,503 [ 403] INFO - ntellij.idea.ApplicationLoader - WM detected: GNOME Shell 2020-11-25 20:09:22,682 [ 582] INFO - llij.ide.plugins.PluginManager - Plugin org.intellij.groovy misses optional descriptor duplicates-groovy.xml 2020-11-25 20:09:22,682 [ 582] INFO - llij.ide.plugins.PluginManager - Plugin org.intellij.groovy misses optional descriptor duplicates-detection-groovy.xml 2020-11-25 20:09:22,827 [ 727] INFO - llij.ide.plugins.PluginManager - Plugin com.intellij.java misses optional descriptor profiler-java.xml 2020-11-25 20:09:22,873 [ 773] INFO - llij.ide.plugins.PluginManager - Loaded bundled plugins: IDEA CORE (201.8743.12), com.intellij.platform.images (201.8743.12.41.6953283), JetBrains Repository Search (201.8743.12.41.6953283), Subversion (201.8743.12.41.6953283), Smali Support (201.8743.12.41.6953283), Configuration Script (201.8743.12.41.6953283), Copyright (201.8743.12.41.6953283), Java (201.8743.12.41.6953283), Git (201.8743.12.41.6953283), ChangeReminder (201.8743.12.41.6953283), Next File Prediction (201.8743.12.41.6953283), JUnit (201.8743.12.41.6953283), Layoutlib Native (201.8743.12.41.6953283), Layoutlib Standard (201.8743.12.41.6953283), Google Login (201.8743.12.41.6953283), Java IDE Customization (201.8743.12.41.6953283), Task Management (201.8743.12.41.6953283), GitHub (201.8743.12.41.6953283), IntelliLang (201.8743.12.41.6953283), TestNG (201.8743.12.41.6953283), Code Coverage for Java (201.8743.12.41.6953283), Java Stream Debugger (201.8743.12.41.6953283), Java Bytecode Decompiler (201.8743.12.41.6953283), Gradle (201.8743.12.41.6953283), Properties (201.8743.12.41.6953283), Java Internationalization (201.8743.12.41.6953283), Groovy (201.8743.12.41.6953283), Gradle-Java (201.8743.12.41.6953283), Compose (201.8743.12.41.6953283), Google Cloud Tools Core (201.8743.12.41.6953283), Resource Bundle Editor (201.8743.12.41.6953283), Mercurial (201.8743.12.41.6953283), EditorConfig (201.8743.12.41.6953283), Terminal (201.8743.12.41.6953283), Android (10.4.1.1), Android NDK Support (201.8743.12.41.6953283), Android APK Support (201.8743.12.41.6953283), Google Developers Samples (201.8743.12.41.6953283), Google Cloud Tools For Android Studio (201.8743.12.41.6953283), Test Recorder (201.8743.12.41.6953283), Firebase Services (201.8743.12.41.6953283), Firebase Testing (201.8743.12.41.6953283), App Links Assistant (201.8743.12.41.6953283), Firebase App Indexing (201.8743.12.41.6953283), Shell Script (201.8743.12.41.6953283), TextMate bundles (201.8743.12.41.6953283), YAML (201.8743.12.41.6953283), Settings Repository (201.8743.12.41.6953283) 2020-11-25 20:09:22,873 [ 773] INFO - llij.ide.plugins.PluginManager - Loaded custom plugins: Gauge (0.3.21), Markdown (201.9274), Kotlin (1.4.20-release-Studio4.1-1), .ignore (3.2.3.201), Dart (201.9245), Flutter (SNAPSHOT), Flutter Intl (1.12.0-2019.2) 2020-11-25 20:09:23,186 [ 1086] INFO - ellij.util.io.PagedFileStorage - lower=100; upper=500; buffer=10; max=1959 2020-11-25 20:09:23,196 [ 1096] INFO - tellij.util.io.FileChannelUtil - interruptible FileChannel-s will be used for indexes 2020-11-25 20:09:23,196 [ 1096] INFO - tellij.util.io.FileChannelUtil - interruptible FileChannel-s will be used for indexes 2020-11-25 20:09:23,260 [ 1160] INFO - cation.options.RegistryManager - Registry values changed by user: external.system.auto.import.disabled = true 2020-11-25 20:09:23,280 [ 1180] INFO - rains.ide.BuiltInServerManager - built-in server started, port 63342 2020-11-25 20:09:23,305 [ 1205] INFO - til.net.ssl.CertificateManager - Default SSL context initialized 2020-11-25 20:09:23,324 [ 1224] INFO - com.intellij.ide.ui.UISettings - Loaded: fontSize=12, fontScale=1.0; restored: fontSize=12, fontScale=1.0 2020-11-25 20:09:23,325 [ 1225] INFO - com.intellij.ide.ui.UISettings - Loaded: fontSize=16, fontScale=1.0; restored: fontSize=16, fontScale=1.0 2020-11-25 20:09:23,363 [ 1263] WARN - Container.ComponentManagerImpl - Do not use constructor injection (requestorClass=com.android.tools.idea.AndroidInitialConfigurator) 2020-11-25 20:09:23,387 [ 1287] INFO - com.intellij.ide.ui.UISettings - Loaded: fontSize=16, fontScale=1.0; restored: fontSize=16, fontScale=1.0 2020-11-25 20:09:23,409 [ 1309] INFO - pi.util.registry.RegistryValue - Registry value 'external.system.auto.import.disabled' has changed to 'true' 2020-11-25 20:09:23,450 [ 1350] INFO - pl.local.NativeFileWatcherImpl - Starting file watcher: /home/alex/android-studio/bin/fsnotifier64 2020-11-25 20:09:23,460 [ 1360] INFO - pl.local.NativeFileWatcherImpl - Native file watcher is operational. 2020-11-25 20:09:23,558 [ 1458] INFO - stubs.SerializationManagerImpl - Name storage is repaired 2020-11-25 20:09:23,565 [ 1465] INFO - il.indexing.FileBasedIndexImpl - index version changed for 'FilenameIndex'; old = -1, new = 3 2020-11-25 20:09:23,582 [ 1482] INFO - il.indexing.FileBasedIndexImpl - index version changed for 'FrameworkDetectionIndex'; old = -1, new = 0 2020-11-25 20:09:23,585 [ 1485] INFO - il.indexing.FileBasedIndexImpl - index version changed for 'TodoIndex'; old = -1, new = 4107 2020-11-25 20:09:23,592 [ 1492] INFO - il.indexing.FileBasedIndexImpl - index version changed for 'IdIndex'; old = -1, new = 4112 2020-11-25 20:09:23,596 [ 1496] INFO - il.indexing.FileBasedIndexImpl - index version changed for 'filetypes'; old = -1, new = 2 2020-11-25 20:09:23,598 [ 1498] INFO - il.indexing.FileBasedIndexImpl - index version changed for 'Stubs'; old = -1, new = 46 2020-11-25 20:09:23,712 [ 1612] INFO - il.indexing.FileBasedIndexImpl - index version changed for 'Trigram.Index'; old = -1, new = 4099 2020-11-25 20:09:23,714 [ 1614] INFO - il.indexing.FileBasedIndexImpl - index version changed for 'fileIncludes'; old = -1, new = 6 2020-11-25 20:09:23,736 [ 1636] INFO - il.indexing.FileBasedIndexImpl - index version changed for 'DomFileIndex'; old = -1, new = 420938826 2020-11-25 20:09:23,738 [ 1638] INFO - il.indexing.FileBasedIndexImpl - index version changed for 'RelaxSymbolIndex'; old = -1, new = 0 2020-11-25 20:09:23,739 [ 1639] INFO - il.indexing.FileBasedIndexImpl - index version changed for 'XmlTagNames'; old = -1, new = 1 2020-11-25 20:09:23,741 [ 1641] INFO - il.indexing.FileBasedIndexImpl - index version changed for 'XmlNamespaces'; old = -1, new = 7 2020-11-25 20:09:23,743 [ 1643] INFO - il.indexing.FileBasedIndexImpl - index version changed for 'html5.custom.attributes.index'; old = -1, new = 1 2020-11-25 20:09:23,744 [ 1644] INFO - il.indexing.FileBasedIndexImpl - index version changed for 'SchemaTypeInheritance'; old = -1, new = 2 2020-11-25 20:09:23,746 [ 1646] INFO - il.indexing.FileBasedIndexImpl - index version changed for 'json.file.root.values'; old = -1, new = 5 2020-11-25 20:09:23,747 [ 1647] INFO - il.indexing.FileBasedIndexImpl - index version changed for 'ImageFileInfoIndex'; old = -1, new = 8 2020-11-25 20:09:23,749 [ 1649] INFO - il.indexing.FileBasedIndexImpl - index version changed for 'bytecodeAnalysis'; old = -1, new = 4107 2020-11-25 20:09:23,751 [ 1651] INFO - il.indexing.FileBasedIndexImpl - index version changed for 'java.auto.module.name'; old = -1, new = 5 2020-11-25 20:09:23,752 [ 1652] INFO - il.indexing.FileBasedIndexImpl - index version changed for 'java.source.module.name'; old = -1, new = 2 2020-11-25 20:09:23,754 [ 1654] INFO - il.indexing.FileBasedIndexImpl - index version changed for 'java.null.method.argument'; old = -1, new = 4097 2020-11-25 20:09:23,756 [ 1656] INFO - il.indexing.FileBasedIndexImpl - index version changed for 'java.simple.property'; old = -1, new = 3 2020-11-25 20:09:23,757 [ 1657] INFO - il.indexing.FileBasedIndexImpl - index version changed for 'java.fun.expression'; old = -1, new = 4100 2020-11-25 20:09:23,759 [ 1659] INFO - il.indexing.FileBasedIndexImpl - index version changed for 'java.binary.plus.expression'; old = -1, new = 4099 2020-11-25 20:09:23,762 [ 1662] INFO - il.indexing.FileBasedIndexImpl - index version changed for 'RefQueueIndex'; old = -1, new = 0 2020-11-25 20:09:23,764 [ 1664] INFO - il.indexing.FileBasedIndexImpl - index version changed for 'FormClassIndex'; old = -1, new = 0 2020-11-25 20:09:23,766 [ 1666] INFO - il.indexing.FileBasedIndexImpl - index version changed for 'xmlProperties'; old = -1, new = 2 2020-11-25 20:09:23,768 [ 1668] INFO - il.indexing.FileBasedIndexImpl - index version changed for 'groovy.trait.fields'; old = -1, new = 5 2020-11-25 20:09:23,768 [ 1668] INFO - il.indexing.FileBasedIndexImpl - index version changed for 'groovy.trait.methods'; old = -1, new = 25 2020-11-25 20:09:23,769 [ 1669] INFO - il.indexing.FileBasedIndexImpl - index version changed for 'org.jetbrains.kotlin.idea.versions.KotlinJvmMetadataVersionIndex'; old = -1, new = 5 2020-11-25 20:09:23,771 [ 1671] INFO - il.indexing.FileBasedIndexImpl - index version changed for 'org.jetbrains.kotlin.idea.versions.KotlinJsMetadataVersionIndex'; old = -1, new = 3 2020-11-25 20:09:23,773 [ 1673] INFO - il.indexing.FileBasedIndexImpl - index version changed for 'org.jetbrains.kotlin.idea.vfilefinder.KotlinClassFileIndex'; old = -1, new = 3 2020-11-25 20:09:23,774 [ 1674] INFO - gs.impl.UpdateCheckerComponent - channel: beta 2020-11-25 20:09:23,775 [ 1675] INFO - il.indexing.FileBasedIndexImpl - index version changed for 'org.jetbrains.kotlin.idea.vfilefinder.KotlinJavaScriptMetaFileIndex'; old = -1, new = 4 2020-11-25 20:09:23,805 [ 1705] INFO - il.indexing.FileBasedIndexImpl - index version changed for 'org.jetbrains.kotlin.idea.vfilefinder.KotlinMetadataFileIndex'; old = -1, new = 1 2020-11-25 20:09:23,812 [ 1712] INFO - il.indexing.FileBasedIndexImpl - index version changed for 'org.jetbrains.kotlin.idea.vfilefinder.KotlinMetadataFilePackageIndex'; old = -1, new = 1 2020-11-25 20:09:23,815 [ 1715] INFO - il.indexing.FileBasedIndexImpl - index version changed for 'org.jetbrains.kotlin.idea.vfilefinder.KotlinModuleMappingIndex'; old = -1, new = 5 2020-11-25 20:09:23,817 [ 1717] INFO - il.indexing.FileBasedIndexImpl - index version changed for 'org.jetbrains.kotlin.idea.vfilefinder.KotlinPackageSourcesMemberNamesIndex'; old = -1, new = 2 2020-11-25 20:09:23,820 [ 1720] INFO - il.indexing.FileBasedIndexImpl - index version changed for 'org.jetbrains.kotlin.idea.vfilefinder.KotlinJvmModuleAnnotationsIndex'; old = -1, new = 1 2020-11-25 20:09:23,822 [ 1722] INFO - il.indexing.FileBasedIndexImpl - index version changed for 'org.jetbrains.kotlin.idea.vfilefinder.KlibMetaFileIndex'; old = -1, new = 4 2020-11-25 20:09:23,824 [ 1724] INFO - il.indexing.FileBasedIndexImpl - index version changed for 'org.jetbrains.kotlin.idea.script.ScriptTemplatesClassRootsIndex'; old = -1, new = 3 2020-11-25 20:09:23,826 [ 1726] INFO - il.indexing.FileBasedIndexImpl - index version changed for 'IgnoreFilesIndex'; old = -1, new = 5 2020-11-25 20:09:23,827 [ 1727] INFO - il.indexing.FileBasedIndexImpl - index version changed for 'editorconfig.index.name'; old = -1, new = 5 2020-11-25 20:09:23,830 [ 1730] INFO - il.indexing.FileBasedIndexImpl - index version changed for 'com.android.tools.idea.model.AndroidManifestIndex$Companion$NAME$1.NAME'; old = -1, new = 10 2020-11-25 20:09:23,833 [ 1733] INFO - il.indexing.FileBasedIndexImpl - index version changed for 'BindingXmlIndex'; old = -1, new = 7 2020-11-25 20:09:23,835 [ 1735] INFO - il.indexing.FileBasedIndexImpl - index version changed for 'MlModelFileIndex'; old = -1, new = 4 2020-11-25 20:09:23,836 [ 1736] INFO - il.indexing.FileBasedIndexImpl - index version changed for 'NavXmlIndex'; old = -1, new = 3 2020-11-25 20:09:23,838 [ 1738] INFO - il.indexing.FileBasedIndexImpl - index version changed for 'FileNameWithoutExtensionIndex'; old = -1, new = 1 2020-11-25 20:09:23,840 [ 1740] INFO - il.indexing.FileBasedIndexImpl - index version changed for 'android.ndk.jni.nativemethodindex'; old = -1, new = 3 2020-11-25 20:09:23,842 [ 1742] INFO - il.indexing.FileBasedIndexImpl - index version changed for 'yaml.keys.name'; old = -1, new = 1 2020-11-25 20:09:23,845 [ 1745] INFO - il.indexing.FileBasedIndexImpl - index version changed for 'DartImportIndex'; old = -1, new = 25 2020-11-25 20:09:23,847 [ 1747] INFO - il.indexing.FileBasedIndexImpl - index version changed for 'DartPathIndex'; old = -1, new = 24 2020-11-25 20:09:23,848 [ 1748] INFO - il.indexing.FileBasedIndexImpl - index version changed for 'DartClassIndex'; old = -1, new = 24 2020-11-25 20:09:23,850 [ 1750] INFO - il.indexing.FileBasedIndexImpl - index version changed for 'DartLibraryIndex'; old = -1, new = 24 2020-11-25 20:09:23,851 [ 1751] INFO - il.indexing.FileBasedIndexImpl - index version changed for 'DartComponentIndex'; old = -1, new = 24 2020-11-25 20:09:23,854 [ 1754] INFO - il.indexing.FileBasedIndexImpl - index version changed for 'DartSymbolIndex'; old = -1, new = 24 2020-11-25 20:09:23,856 [ 1756] INFO - il.indexing.FileBasedIndexImpl - Indices to be rebuilt after corruption:FilenameIndex,FrameworkDetectionIndex,TodoIndex,IdIndex,filetypes,Stubs,Trigram.Index,fileIncludes,DomFileIndex,RelaxSymbolIndex,XmlTagNames,XmlNamespaces,html5.custom.attributes.index,SchemaTypeInheritance,json.file.root.values,ImageFileInfoIndex,bytecodeAnalysis,java.auto.module.name,java.source.module.name,java.null.method.argument,java.simple.property,java.fun.expression,java.binary.plus.expression,RefQueueIndex,FormClassIndex,xmlProperties,groovy.trait.fields,groovy.trait.methods,org.jetbrains.kotlin.idea.versions.KotlinJvmMetadataVersionIndex,org.jetbrains.kotlin.idea.versions.KotlinJsMetadataVersionIndex,org.jetbrains.kotlin.idea.vfilefinder.KotlinClassFileIndex,org.jetbrains.kotlin.idea.vfilefinder.KotlinJavaScriptMetaFileIndex,org.jetbrains.kotlin.idea.vfilefinder.KotlinMetadataFileIndex,org.jetbrains.kotlin.idea.vfilefinder.KotlinMetadataFilePackageIndex,org.jetbrains.kotlin.idea.vfilefinder.KotlinModuleMappingIndex,org.jetbrains.kotlin.idea.vfilefinder.KotlinPackageSourcesMemberNamesIndex,org.jetbrains.kotlin.idea.vfilefinder.KotlinJvmModuleAnnotationsIndex,org.jetbrains.kotlin.idea.vfilefinder.KlibMetaFileIndex,org.jetbrains.kotlin.idea.script.ScriptTemplatesClassRootsIndex,IgnoreFilesIndex,editorconfig.index.name,com.android.tools.idea.model.AndroidManifestIndex$Companion$NAME$1.NAME,BindingXmlIndex,MlModelFileIndex,NavXmlIndex,FileNameWithoutExtensionIndex,android.ndk.jni.nativemethodindex,yaml.keys.name,DartImportIndex,DartPathIndex,DartClassIndex,DartLibraryIndex,DartComponentIndex,DartSymbolIndex 2020-11-25 20:09:23,860 [ 1760] INFO - leBasedIndexDataInitialization - Initialization done: 556 2020-11-25 20:09:23,914 [ 1814] INFO - il.indexing.FileBasedIndexImpl - index version changed for 'dom.namespaceKey'; old = -1, new = 1 2020-11-25 20:09:23,917 [ 1817] INFO - il.indexing.FileBasedIndexImpl - index version changed for 'dom.elementClass'; old = -1, new = 0 2020-11-25 20:09:23,918 [ 1818] INFO - il.indexing.FileBasedIndexImpl - index version changed for 'java.module.name'; old = -1, new = 4 2020-11-25 20:09:23,919 [ 1819] INFO - il.indexing.FileBasedIndexImpl - index version changed for 'java.method.parameter.types'; old = -1, new = 3 2020-11-25 20:09:23,920 [ 1820] INFO - il.indexing.FileBasedIndexImpl - index version changed for 'java.class.extlist'; old = -1, new = 3 2020-11-25 20:09:23,922 [ 1822] INFO - il.indexing.FileBasedIndexImpl - index version changed for 'java.class.shortname'; old = -1, new = 4 2020-11-25 20:09:23,924 [ 1824] INFO - il.indexing.FileBasedIndexImpl - index version changed for 'jvm.static.member.type'; old = -1, new = 2 2020-11-25 20:09:23,925 [ 1825] INFO - il.indexing.FileBasedIndexImpl - index version changed for 'jvm.static.member.name'; old = -1, new = 2 2020-11-25 20:09:23,926 [ 1826] INFO - il.indexing.FileBasedIndexImpl - index version changed for 'java.method.name'; old = -1, new = 2 2020-11-25 20:09:23,927 [ 1827] INFO - il.indexing.FileBasedIndexImpl - index version changed for 'java.class.fqn'; old = -1, new = 1 2020-11-25 20:09:23,928 [ 1828] INFO - il.indexing.FileBasedIndexImpl - index version changed for 'java.field.name'; old = -1, new = 2 2020-11-25 20:09:23,929 [ 1829] INFO - il.indexing.FileBasedIndexImpl - index version changed for 'java.anonymous.baseref'; old = -1, new = 2 2020-11-25 20:09:23,931 [ 1831] INFO - il.indexing.FileBasedIndexImpl - index version changed for 'java.annotations'; old = -1, new = 2 2020-11-25 20:09:23,932 [ 1832] INFO - il.indexing.FileBasedIndexImpl - index version changed for 'markdown.header'; old = -1, new = 2 2020-11-25 20:09:23,933 [ 1833] INFO - il.indexing.FileBasedIndexImpl - index version changed for 'properties.index'; old = -1, new = 2 2020-11-25 20:09:23,935 [ 1835] INFO - il.indexing.FileBasedIndexImpl - index version changed for 'gr.class.fqn'; old = -1, new = 1 2020-11-25 20:09:23,936 [ 1836] INFO - il.indexing.FileBasedIndexImpl - index version changed for 'gr.script.fqn'; old = -1, new = 2 2020-11-25 20:09:23,937 [ 1837] INFO - il.indexing.FileBasedIndexImpl - index version changed for 'gr.field.name'; old = -1, new = 2 2020-11-25 20:09:23,938 [ 1838] INFO - il.indexing.FileBasedIndexImpl - index version changed for 'gr.method.name'; old = -1, new = 2 2020-11-25 20:09:23,939 [ 1839] INFO - il.indexing.FileBasedIndexImpl - index version changed for 'gr.annot.method.name'; old = -1, new = 2 2020-11-25 20:09:23,941 [ 1841] INFO - il.indexing.FileBasedIndexImpl - index version changed for 'gr.annot.members'; old = -1, new = 2 2020-11-25 20:09:23,943 [ 1843] INFO - il.indexing.FileBasedIndexImpl - index version changed for 'gr.script.class'; old = -1, new = 2 2020-11-25 20:09:23,949 [ 1849] INFO - il.indexing.FileBasedIndexImpl - index version changed for 'gr.class.super'; old = -1, new = 2 2020-11-25 20:09:23,950 [ 1850] INFO - il.indexing.FileBasedIndexImpl - index version changed for 'gr.anonymous.class'; old = -1, new = 3 2020-11-25 20:09:23,951 [ 1851] INFO - il.indexing.FileBasedIndexImpl - index version changed for 'org.jetbrains.kotlin.idea.stubindex.KotlinExactPackagesIndex'; old = -1, new = 2 2020-11-25 20:09:23,952 [ 1852] INFO - il.indexing.FileBasedIndexImpl - index version changed for 'org.jetbrains.kotlin.idea.stubindex.KotlinTopLevelClassByPackageIndex'; old = -1, new = 2 2020-11-25 20:09:23,953 [ 1853] INFO - BridgeProjectLifecycleListener - Using legacy project model to open project 2020-11-25 20:09:23,953 [ 1853] INFO - il.indexing.FileBasedIndexImpl - index version changed for 'org.jetbrains.kotlin.idea.stubindex.KotlinTopLevelFunctionByPackageIndex'; old = -1, new = 2 2020-11-25 20:09:23,954 [ 1854] INFO - il.indexing.FileBasedIndexImpl - index version changed for 'org.jetbrains.kotlin.idea.stubindex.KotlinTopLevelPropertyByPackageIndex'; old = -1, new = 2 2020-11-25 20:09:23,955 [ 1855] INFO - il.indexing.FileBasedIndexImpl - index version changed for 'org.jetbrains.kotlin.idea.stubindex.KotlinTopLevelTypeAliasByPackageIndex'; old = -1, new = 2 2020-11-25 20:09:23,956 [ 1856] INFO - il.indexing.FileBasedIndexImpl - index version changed for 'org.jetbrains.kotlin.idea.stubindex.KotlinClassShortNameIndex'; old = -1, new = 2 2020-11-25 20:09:23,956 [ 1856] INFO - il.indexing.FileBasedIndexImpl - index version changed for 'org.jetbrains.kotlin.idea.stubindex.KotlinFullClassNameIndex'; old = -1, new = 2 2020-11-25 20:09:23,957 [ 1857] INFO - il.indexing.FileBasedIndexImpl - index version changed for 'org.jetbrains.kotlin.idea.stubindex.KotlinPropertyShortNameIndex'; old = -1, new = 2 2020-11-25 20:09:23,959 [ 1859] INFO - il.indexing.FileBasedIndexImpl - index version changed for 'org.jetbrains.kotlin.idea.stubindex.KotlinFunctionShortNameIndex'; old = -1, new = 2 2020-11-25 20:09:23,960 [ 1860] INFO - il.indexing.FileBasedIndexImpl - index version changed for 'org.jetbrains.kotlin.idea.stubindex.KotlinTypeAliasShortNameIndex'; old = -1, new = 2 2020-11-25 20:09:23,961 [ 1861] INFO - il.indexing.FileBasedIndexImpl - index version changed for 'org.jetbrains.kotlin.idea.stubindex.KotlinSuperClassIndex'; old = -1, new = 2 2020-11-25 20:09:23,964 [ 1864] INFO - il.indexing.FileBasedIndexImpl - index version changed for 'org.jetbrains.kotlin.idea.stubindex.KotlinTopLevelFunctionFqnNameIndex'; old = -1, new = 2 2020-11-25 20:09:23,966 [ 1866] INFO - il.indexing.FileBasedIndexImpl - index version changed for 'org.jetbrains.kotlin.idea.stubindex.KotlinTopLevelPropertyFqnNameIndex'; old = -1, new = 2 2020-11-25 20:09:23,977 [ 1877] INFO - il.indexing.FileBasedIndexImpl - index version changed for 'org.jetbrains.kotlin.idea.stubindex.KotlinTopLevelTypeAliasFqNameIndex'; old = -1, new = 2 2020-11-25 20:09:23,978 [ 1878] INFO - il.indexing.FileBasedIndexImpl - index version changed for 'org.jetbrains.kotlin.idea.stubindex.KotlinTopLevelExtensionsByReceiverTypeIndex'; old = -1, new = 2 2020-11-25 20:09:23,979 [ 1879] INFO - il.indexing.FileBasedIndexImpl - index version changed for 'org.jetbrains.kotlin.idea.stubindex.KotlinAnnotationsIndex'; old = -1, new = 3 2020-11-25 20:09:23,980 [ 1880] INFO - il.indexing.FileBasedIndexImpl - index version changed for 'org.jetbrains.kotlin.idea.stubindex.KotlinProbablyNothingFunctionShortNameIndex'; old = -1, new = 2 2020-11-25 20:09:23,981 [ 1881] INFO - il.indexing.FileBasedIndexImpl - index version changed for 'org.jetbrains.kotlin.idea.stubindex.KotlinProbablyNothingPropertyShortNameIndex'; old = -1, new = 2 2020-11-25 20:09:23,983 [ 1883] INFO - il.indexing.FileBasedIndexImpl - index version changed for 'org.jetbrains.kotlin.idea.stubindex.KotlinProbablyContractedFunctionShortNameIndex'; old = -1, new = 2 2020-11-25 20:09:23,985 [ 1885] INFO - il.indexing.FileBasedIndexImpl - index version changed for 'org.jetbrains.kotlin.idea.stubindex.KotlinFileFacadeFqNameIndex'; old = -1, new = 2 2020-11-25 20:09:23,987 [ 1887] INFO - il.indexing.FileBasedIndexImpl - index version changed for 'org.jetbrains.kotlin.idea.stubindex.KotlinFilePartClassIndex'; old = -1, new = 2 2020-11-25 20:09:23,989 [ 1889] INFO - il.indexing.FileBasedIndexImpl - index version changed for 'org.jetbrains.kotlin.idea.stubindex.KotlinFileFacadeClassByPackageIndex'; old = -1, new = 2 2020-11-25 20:09:23,990 [ 1890] INFO - il.indexing.FileBasedIndexImpl - index version changed for 'org.jetbrains.kotlin.idea.stubindex.KotlinFileFacadeShortNameIndex'; old = -1, new = 2 2020-11-25 20:09:23,991 [ 1891] INFO - il.indexing.FileBasedIndexImpl - index version changed for 'org.jetbrains.kotlin.idea.stubindex.KotlinMultifileClassPartIndex'; old = -1, new = 2 2020-11-25 20:09:23,993 [ 1893] INFO - il.indexing.FileBasedIndexImpl - index version changed for 'org.jetbrains.kotlin.idea.stubindex.KotlinScriptFqnIndex'; old = -1, new = 2 2020-11-25 20:09:23,994 [ 1894] INFO - il.indexing.FileBasedIndexImpl - index version changed for 'org.jetbrains.kotlin.idea.stubindex.KotlinTypeAliasByExpansionShortNameIndex'; old = -1, new = 2 2020-11-25 20:09:23,995 [ 1895] INFO - il.indexing.FileBasedIndexImpl - index version changed for 'org.jetbrains.kotlin.idea.stubindex.KotlinOverridableInternalMembersShortNameIndex'; old = -1, new = 2 2020-11-25 20:09:23,996 [ 1896] INFO - tellij.psi.stubs.StubIndexImpl - Following stub indices will be built:dom.namespaceKey,dom.elementClass,java.annotations,java.class.extlist,java.field.name,java.method.name,jvm.static.member.name,jvm.static.member.type,java.anonymous.baseref,java.method.parameter.types,java.class.shortname,java.class.fqn,java.module.name,markdown.header,properties.index,gr.class.fqn,gr.script.fqn,gr.field.name,gr.method.name,gr.annot.method.name,gr.annot.members,gr.script.class,gr.class.super,gr.anonymous.class,org.jetbrains.kotlin.idea.stubindex.KotlinExactPackagesIndex,org.jetbrains.kotlin.idea.stubindex.KotlinTopLevelClassByPackageIndex,org.jetbrains.kotlin.idea.stubindex.KotlinTopLevelFunctionByPackageIndex,org.jetbrains.kotlin.idea.stubindex.KotlinTopLevelPropertyByPackageIndex,org.jetbrains.kotlin.idea.stubindex.KotlinTopLevelTypeAliasByPackageIndex,org.jetbrains.kotlin.idea.stubindex.KotlinClassShortNameIndex,org.jetbrains.kotlin.idea.stubindex.KotlinFullClassNameIndex,org.jetbrains.kotlin.idea.stubindex.KotlinPropertyShortNameIndex,org.jetbrains.kotlin.idea.stubindex.KotlinFunctionShortNameIndex,org.jetbrains.kotlin.idea.stubindex.KotlinTypeAliasShortNameIndex,org.jetbrains.kotlin.idea.stubindex.KotlinSuperClassIndex,org.jetbrains.kotlin.idea.stubindex.KotlinTopLevelFunctionFqnNameIndex,org.jetbrains.kotlin.idea.stubindex.KotlinTopLevelPropertyFqnNameIndex,org.jetbrains.kotlin.idea.stubindex.KotlinTopLevelTypeAliasFqNameIndex,org.jetbrains.kotlin.idea.stubindex.KotlinTopLevelExtensionsByReceiverTypeIndex,org.jetbrains.kotlin.idea.stubindex.KotlinAnnotationsIndex,org.jetbrains.kotlin.idea.stubindex.KotlinProbablyNothingFunctionShortNameIndex,org.jetbrains.kotlin.idea.stubindex.KotlinProbablyNothingPropertyShortNameIndex,org.jetbrains.kotlin.idea.stubindex.KotlinProbablyContractedFunctionShortNameIndex,org.jetbrains.kotlin.idea.stubindex.KotlinFileFacadeFqNameIndex,org.jetbrains.kotlin.idea.stubindex.KotlinFilePartClassIndex,org.jetbrains.kotlin.idea.stubindex.KotlinFileFacadeClassByPackageIndex,org.jetbrains.kotlin.idea.stubindex.KotlinFileFacadeShortNameIndex,org.jetbrains.kotlin.idea.stubindex.KotlinMultifileClassPartIndex,org.jetbrains.kotlin.idea.stubindex.KotlinScriptFqnIndex,org.jetbrains.kotlin.idea.stubindex.KotlinTypeAliasByExpansionShortNameIndex,org.jetbrains.kotlin.idea.stubindex.KotlinOverridableInternalMembersShortNameIndex 2020-11-25 20:09:23,996 [ 1896] INFO - exImpl$StubIndexInitialization - Initialization done: 136 2020-11-25 20:09:24,096 [ 1996] INFO - pl.projectlevelman.NewMappings - VCS Root: [Git] - [/home/alex/StudioProjects/rimonim] 2020-11-25 20:09:24,179 [ 2079] INFO - rojectCodeStyleSettingsManager - Loading Project code style 2020-11-25 20:09:24,186 [ 2086] INFO - eStyle.CustomCodeStyleSettings - Loaded org.jetbrains.kotlin.idea.core.formatter.KotlinCodeStyleSettings 2020-11-25 20:09:24,187 [ 2087] INFO - eStyle.CustomCodeStyleSettings - Loaded org.jetbrains.kotlin.idea.core.formatter.KotlinCodeStyleSettings 2020-11-25 20:09:24,221 [ 2121] INFO - eStyle.CommonCodeStyleSettings - Loaded XML common code style settings 2020-11-25 20:09:24,222 [ 2122] INFO - rojectCodeStyleSettingsManager - Project code style loaded 2020-11-25 20:09:24,228 [ 2128] INFO - eStyle.CommonCodeStyleSettings - Loaded Dart common code style settings 2020-11-25 20:09:24,228 [ 2128] INFO - eStyle.CommonCodeStyleSettings - Loaded XML common code style settings 2020-11-25 20:09:24,272 [ 2172] WARN - Container.ComponentManagerImpl - Do not use constructor injection (requestorClass=io.flutter.editor.ActiveEditorsOutlineService) 2020-11-25 20:09:24,309 [ 2209] WARN - nSystem.impl.ActionManagerImpl - keymap "ReSharper" not found [Plugin: com.android.tools.ndk] 2020-11-25 20:09:24,386 [ 2286] WARN - nsions.impl.ExtensionPointImpl - Extension to be removed not found: class org.jetbrains.plugins.gradle.execution.test.runner.TestClassGradleConfigurationProducer 2020-11-25 20:09:24,441 [ 2341] WARN - Container.ComponentManagerImpl - Do not use constructor injection (requestorClass=mobi.hsz.idea.gitignore.IgnoreFileBasedIndexProjectHandler) 2020-11-25 20:09:24,481 [ 2381] WARN - Container.ComponentManagerImpl - Do not use constructor injection (requestorClass=org.jetbrains.android.compose.AndroidComposeAutoDocumentation) 2020-11-25 20:09:24,612 [ 2512] WARN - Container.ComponentManagerImpl - Do not use constructor injection (requestorClass=com.android.tools.idea.apk.ApkProjectComponent) 2020-11-25 20:09:24,615 [ 2515] WARN - Container.ComponentManagerImpl - Do not use constructor injection (requestorClass=com.android.tools.idea.apk.issues.SetupIssueReporter) 2020-11-25 20:09:25,205 [ 3105] INFO - j.ide.script.IdeStartupScripts - 0 startup script(s) found 2020-11-25 20:09:25,256 [ 3156] INFO - artup.AndroidStudioInitializer - Failed to disable 'org.intellij.plugins.intelliLang.inject.groovy.GrConcatenationInjector' 2020-11-25 20:09:25,273 [ 3173] INFO - .deployment.AsyncDevicesGetter - adb not found 2020-11-25 20:09:25,323 [ 3223] WARN - openapi.wm.impl.ToolWindowImpl - ToolWindow icons should be 13x13. Please fix ToolWindow (ID: Android Emulator) or icon jar:file:/home/alex/android-studio/plugins/android/lib/artwork.jar!/studio/icons/shell/tool-windows/emulator.svg 2020-11-25 20:09:25,739 [ 3639] WARN - ugins.textmate.TextMateService - Missing builtin bundles, checked: /home/alex/.local/share/Google/AndroidStudio4.1/textmate/lib/bundles /home/alex/android-studio/plugins/textmate/lib/bundles 2020-11-25 20:09:26,044 [ 3944] INFO - .diagnostic.PerformanceWatcher - Pushing properties took 345ms; general responsiveness: ok; EDT responsiveness: ok 2020-11-25 20:09:26,279 [ 4179] WARN - com.intellij.util.xmlb.Binding - no accessors for class org.jetbrains.kotlin.idea.highlighter.KotlinDefaultHighlightingSettingsProvider 2020-11-25 20:09:26,603 [ 4503] INFO - ntellij.idea.ApplicationLoader - canDisableInputMethod spent 6 ms, found keyboard layouts: [(ru, xkb), (il, xkb), (us, xkb), ], result==false 2020-11-25 20:09:26,650 [ 4550] WARN - Container.ComponentManagerImpl - Do not use constructor injection (requestorClass=mobi.hsz.idea.gitignore.daemon.AddUnversionedFilesNotificationProvider) 2020-11-25 20:09:26,652 [ 4552] WARN - Container.ComponentManagerImpl - Do not use constructor injection (requestorClass=mobi.hsz.idea.gitignore.daemon.MissingGitignoreNotificationProvider) 2020-11-25 20:09:26,655 [ 4555] INFO - lij.tasks.impl.TaskManagerImpl - Searching for task 'rimonim-67' in GithubRepository(URL='https://github.com') 2020-11-25 20:09:26,657 [ 4557] WARN - Container.ComponentManagerImpl - Do not use constructor injection (requestorClass=com.android.tools.idea.gradle.notification.GeneratedFileNotificationProvider) 2020-11-25 20:09:26,679 [ 4579] WARN - Container.ComponentManagerImpl - Do not use constructor injection (requestorClass=com.android.tools.idea.apk.editor.notification.ApkReloadNotificationProvider) 2020-11-25 20:09:26,734 [ 4634] INFO - ge.ExternalProjectsDataStorage - Load external projects data in 12 millis (read time: 2) 2020-11-25 20:09:26,735 [ 4635] INFO - penapi.application.Experiments - Experimental features enabled for user: wsl.p9.support, wsl.p9.show.roots.in.file.chooser, inline.browse.button, linux.native.menu, recent.and.edited.files.together, show.create.new.element.in.popup, copy.reference.popup, new.large.text.file.viewer, property.value.inplace.editing, terminal.shell.command.handling 2020-11-25 20:09:26,739 [ 4639] INFO - .deployment.AsyncDevicesGetter - adb not found 2020-11-25 20:09:26,792 [ 4692] INFO - #git4idea.commands.GitHandler - [.] git version 2020-11-25 20:09:26,799 [ 4699] INFO - #git4idea.commands.GitHandler - git version 2.17.1 2020-11-25 20:09:26,806 [ 4706] INFO - ea.config.GitExecutableManager - Git version for /usr/bin/git : 2.17.1 2020-11-25 20:09:26,883 [ 4783] INFO - ngd.lsp.ClangDaemonContextImpl - Using clangd from: /home/alex/android-studio/bin/clang/linux/clangd 2020-11-25 20:09:26,900 [ 4800] INFO - .deployment.AsyncDevicesGetter - adb not found 2020-11-25 20:09:26,947 [ 4847] INFO - lutter.run.daemon.DeviceDaemon - starting Flutter device daemon #1: /home/alex/dev/flutter/bin/flutter daemon 2020-11-25 20:09:26,949 [ 4849] INFO - #io.flutter.sdk.FlutterCommand - /home/alex/dev/flutter/bin/flutter [--no-color, config, --machine] 2020-11-25 20:09:26,952 [ 4852] INFO - #io.flutter.sdk.FlutterSdk - Calling flutter config --machine 2020-11-25 20:09:26,971 [ 4871] INFO - ter.jxbrowser.JxBrowserManager - rimonim: Installing JxBrowser 2020-11-25 20:09:26,972 [ 4872] INFO - ter.jxbrowser.JxBrowserManager - rimonim: JxBrowser platform files already exist, skipping download 2020-11-25 20:09:26,972 [ 4872] INFO - ter.jxbrowser.JxBrowserManager - Loaded JxBrowser file successfully: jxbrowser-linux64-7.12.jar 2020-11-25 20:09:26,972 [ 4872] INFO - ter.jxbrowser.JxBrowserManager - Loaded JxBrowser file successfully: jxbrowser-7.12.jar 2020-11-25 20:09:26,972 [ 4872] INFO - ter.jxbrowser.JxBrowserManager - Loaded JxBrowser file successfully: jxbrowser-swing-7.12.jar 2020-11-25 20:09:27,012 [ 4912] INFO - #io.flutter.sdk.FlutterCommand - /home/alex/dev/flutter/bin/flutter [--no-color, config, --machine] 2020-11-25 20:09:27,015 [ 4915] INFO - #io.flutter.sdk.FlutterSdk - Calling flutter config --machine 2020-11-25 20:09:27,020 [ 4920] INFO - ProjectRootPostStartUpActivity - /home/alex/StudioProjects/rimonim/.idea case-sensitivity: expected=true actual=true 2020-11-25 20:09:27,020 [ 4920] WARN - openapi.wm.impl.ToolWindowImpl - ToolWindow icons should be 13x13. Please fix ToolWindow (ID: Problems View) or icon jar:file:/home/alex/android-studio/lib/icons.jar!/general/warning.svg 2020-11-25 20:09:27,045 [ 4945] INFO - .diagnostic.PerformanceWatcher - Post-startup activities under progress took 459ms; general responsiveness: ok; EDT responsiveness: ok 2020-11-25 20:09:27,277 [ 5177] INFO - .deployment.AsyncDevicesGetter - adb not found 2020-11-25 20:09:27,555 [ 5455] INFO - lutter.run.daemon.DeviceDaemon - flutter device daemon #1: Starting device daemon... 2020-11-25 20:09:27,668 [ 5568] INFO - .deployment.AsyncDevicesGetter - adb not found 2020-11-25 20:09:27,757 [ 5657] INFO - #io.flutter.sdk.FlutterSdk - flutter config --machine: 742ms 2020-11-25 20:09:27,900 [ 5800] INFO - #io.flutter.sdk.FlutterSdk - flutter config --machine: 948ms 2020-11-25 20:09:28,184 [ 6084] INFO - .deployment.AsyncDevicesGetter - adb not found 2020-11-25 20:09:28,238 [ 6138] INFO - tor.impl.FileEditorManagerImpl - Project opening took 4365 ms 2020-11-25 20:09:28,478 [ 6378] INFO - .diagnostic.PerformanceWatcher - Indexable file iteration took 2431ms; general responsiveness: ok; EDT responsiveness: ok 2020-11-25 20:09:28,489 [ 6389] INFO - indexing.UnindexedFilesUpdater - Unindexed files update started: 8818 files to update 2020-11-25 20:09:28,647 [ 6547] INFO - .deployment.AsyncDevicesGetter - adb not found 2020-11-25 20:09:28,855 [ 6755] WARN - Container.ComponentManagerImpl - Do not use constructor injection (requestorClass=com.android.tools.idea.apk.symbols.DebugSymbolNotifications) 2020-11-25 20:09:29,143 [ 7043] INFO - .deployment.AsyncDevicesGetter - adb not found 2020-11-25 20:09:31,076 [ 8976] INFO - tellij.ide.SystemHealthMonitor - restored ignored PIPE handler 2020-11-25 20:09:37,731 [ 15631] INFO - .deployment.AsyncDevicesGetter - adb not found 2020-11-25 20:09:40,232 [ 18132] INFO - .deployment.AsyncDevicesGetter - adb not found 2020-11-25 20:09:40,732 [ 18632] INFO - .deployment.AsyncDevicesGetter - adb not found 2020-11-25 20:09:41,787 [ 19687] INFO - .diagnostic.PerformanceWatcher - Unindexed files update took 13298ms; general responsiveness: ok; EDT responsiveness: ok 2020-11-25 20:09:41,793 [ 19693] INFO - #com.jetbrains.cidr.lang - Clearing symbols finished in 5 ms 2020-11-25 20:09:41,817 [ 19717] INFO - #com.jetbrains.cidr.lang - Loading Module Maps finished in 19 ms 2020-11-25 20:09:41,818 [ 19718] INFO - #com.jetbrains.cidr.lang - Loaded 0 module maps in 0 packs for 0 search roots 2020-11-25 20:09:41,822 [ 19722] INFO - #com.jetbrains.cidr.lang - Building symbols in FAST mode, 0 source files from total 0 project files 2020-11-25 20:09:41,945 [ 19845] INFO - #com.jetbrains.cidr.lang - Loading Module Maps finished in 147 ms 2020-11-25 20:09:41,947 [ 19847] INFO - #com.jetbrains.cidr.lang - Loading Header Maps finished in 2 ms 2020-11-25 20:09:41,955 [ 19855] INFO - #com.jetbrains.cidr.lang - Loaded 0 tables for 0 files (0 project files) 2020-11-25 20:09:41,955 [ 19855] INFO - #com.jetbrains.cidr.lang - Building symbols for 0 source files 2020-11-25 20:09:41,957 [ 19857] INFO - #com.jetbrains.cidr.lang - Updating Symbols finished in 1 ms 2020-11-25 20:09:41,957 [ 19857] INFO - #com.jetbrains.cidr.lang - Building symbols for 0 unused headers 2020-11-25 20:09:41,957 [ 19857] INFO - #com.jetbrains.cidr.lang - Updating Symbols finished in 0 ms 2020-11-25 20:09:41,957 [ 19857] INFO - #com.jetbrains.cidr.lang - Updating Symbols finished in 0 ms 2020-11-25 20:09:41,958 [ 19858] INFO - #com.jetbrains.cidr.lang - Saving modified symbols for 0 files (0 tables of total 0) 2020-11-25 20:09:41,961 [ 19861] INFO - #com.jetbrains.cidr.lang - Saving symbols finished in 3 ms 2020-11-25 20:09:41,961 [ 19861] INFO - #com.jetbrains.cidr.lang - Saved 0 module maps in 0 packs 2020-11-25 20:09:41,962 [ 19862] INFO - #com.jetbrains.cidr.lang - Saving Module Maps finished in 1 ms 2020-11-25 20:09:42,017 [ 19917] INFO - g.impl.VcsLogCachesInvalidator - Deleted Vcs Log caches at /home/alex/.cache/Google/AndroidStudio4.1/vcs-log 2020-11-25 20:09:42,216 [ 20116] WARN - .AbstractProgressIndicatorBase - This progress indicator is indeterminate, this may lead to visual inconsistency. Please call setIndeterminate(false) before you start progress. org.jetbrains.kotlin.idea.configuration.ui.KotlinConfigurationCheckerService$performProjectPostOpenActions$task$1.run(KotlinConfigurationCheckerService.kt:78) 2020-11-25 20:09:42,278 [ 20178] INFO - .deployment.AsyncDevicesGetter - adb not found 2020-11-25 20:09:42,533 [ 20433] INFO - CompilerWorkspaceConfiguration - Available processors: 12 2020-11-25 20:09:43,232 [ 21132] INFO - .deployment.AsyncDevicesGetter - adb not found 2020-11-25 20:09:43,734 [ 21634] INFO - .deployment.AsyncDevicesGetter - adb not found 2020-11-25 20:09:44,234 [ 22134] INFO - .deployment.AsyncDevicesGetter - adb not found 2020-11-25 20:09:44,733 [ 22633] INFO - .deployment.AsyncDevicesGetter - adb not found 2020-11-25 20:09:45,236 [ 23136] INFO - .deployment.AsyncDevicesGetter - adb not found 2020-11-25 20:09:45,733 [ 23633] INFO - .deployment.AsyncDevicesGetter - adb not found 2020-11-25 20:09:46,735 [ 24635] INFO - .deployment.AsyncDevicesGetter - adb not found 2020-11-25 20:09:47,236 [ 25136] INFO - .deployment.AsyncDevicesGetter - adb not found 2020-11-25 20:09:47,482 [ 25382] INFO - ta.index.VcsLogPersistentIndex - Indexing full repository in rimonim 2020-11-25 20:09:47,735 [ 25635] INFO - .deployment.AsyncDevicesGetter - adb not found 2020-11-25 20:09:47,758 [ 25658] INFO - ta.index.VcsLogPersistentIndex - 276ms for indexing 226 commits in rimonim 2020-11-25 20:09:48,736 [ 26636] INFO - .deployment.AsyncDevicesGetter - adb not found 2020-11-25 20:09:49,237 [ 27137] INFO - .deployment.AsyncDevicesGetter - adb not found 2020-11-25 20:09:49,737 [ 27637] INFO - .deployment.AsyncDevicesGetter - adb not found 2020-11-25 20:09:50,236 [ 28136] INFO - .deployment.AsyncDevicesGetter - adb not found 2020-11-25 20:09:50,736 [ 28636] INFO - .deployment.AsyncDevicesGetter - adb not found 2020-11-25 20:09:51,237 [ 29137] INFO - .deployment.AsyncDevicesGetter - adb not found 2020-11-25 20:09:51,736 [ 29636] INFO - .deployment.AsyncDevicesGetter - adb not found 2020-11-25 20:09:52,236 [ 30136] INFO - .deployment.AsyncDevicesGetter - adb not found 2020-11-25 20:09:52,738 [ 30638] INFO - .deployment.AsyncDevicesGetter - adb not found 2020-11-25 20:09:53,237 [ 31137] INFO - .deployment.AsyncDevicesGetter - adb not found 2020-11-25 20:09:53,522 [ 31422] INFO - .deployment.AsyncDevicesGetter - adb not found 2020-11-25 20:09:53,737 [ 31637] INFO - .deployment.AsyncDevicesGetter - adb not found 2020-11-25 20:09:54,237 [ 32137] INFO - .deployment.AsyncDevicesGetter - adb not found 2020-11-25 20:09:54,738 [ 32638] INFO - .deployment.AsyncDevicesGetter - adb not found 2020-11-25 20:09:55,258 [ 33158] INFO - .deployment.AsyncDevicesGetter - adb not found 2020-11-25 20:09:55,263 [ 33163] INFO - .deployment.AsyncDevicesGetter - adb not found 2020-11-25 20:09:55,738 [ 33638] INFO - .deployment.AsyncDevicesGetter - adb not found 2020-11-25 20:09:56,238 [ 34138] INFO - .deployment.AsyncDevicesGetter - adb not found 2020-11-25 20:09:56,739 [ 34639] INFO - .deployment.AsyncDevicesGetter - adb not found 2020-11-25 20:09:57,239 [ 35139] INFO - .deployment.AsyncDevicesGetter - adb not found 2020-11-25 20:09:57,739 [ 35639] INFO - .deployment.AsyncDevicesGetter - adb not found 2020-11-25 20:09:58,714 [ 36614] INFO - .deployment.AsyncDevicesGetter - adb not found 2020-11-25 20:09:58,739 [ 36639] INFO - .deployment.AsyncDevicesGetter - adb not found 2020-11-25 20:09:58,808 [ 36708] INFO - .flutter.run.daemon.FlutterApp - RunApp rimonim (Run) 2020-11-25 20:09:58,808 [ 36708] INFO - .flutter.run.daemon.FlutterApp - /home/alex/dev/flutter/bin/flutter [--no-color, run, --machine, --track-widget-creation, --device-id=emulator-5554, --start-paused, --dart-define=fire_emu=true, --dart-define=flutter.inspector.structuredErrors=true, lib/main.dart] 2020-11-25 20:09:59,253 [ 37153] INFO - .deployment.AsyncDevicesGetter - adb not found 2020-11-25 20:10:00,253 [ 38153] INFO - .deployment.AsyncDevicesGetter - adb not found 2020-11-25 20:10:02,785 [ 40685] INFO - .deployment.AsyncDevicesGetter - adb not found 2020-11-25 20:10:03,285 [ 41185] INFO - .deployment.AsyncDevicesGetter - adb not found 2020-11-25 20:10:13,288 [ 51188] INFO - .deployment.AsyncDevicesGetter - adb not found 2020-11-25 20:10:24,163 [ 62063] INFO - .deployment.AsyncDevicesGetter - adb not found 2020-11-25 20:10:24,235 [ 62135] INFO - .deployment.AsyncDevicesGetter - adb not found 2020-11-25 20:10:25,036 [ 62936] INFO - STDOUT - DEBUGGING: handleJxBrowserInstalled 2020-11-25 20:10:25,037 [ 62937] INFO - #io.flutter.view.FlutterView - DEBUGGING: handleJxBrowserInstalled 2020-11-25 20:10:25,037 [ 62937] INFO - STDOUT - DEBUGGING: presentDevTools 2020-11-25 20:10:25,037 [ 62937] INFO - #io.flutter.view.FlutterView - DEBUGGING: presentDevTools 2020-11-25 20:10:25,039 [ 62939] INFO - STDOUT - DEBUGGING: installDevTools 2020-11-25 20:10:25,039 [ 62939] INFO - utter.devtools.DevToolsManager - DEBUGGING: installDevTools 2020-11-25 20:10:25,044 [ 62944] INFO - STDOUT - DEBUGGING: running pub global activate devtools 2020-11-25 20:10:25,044 [ 62944] INFO - utter.devtools.DevToolsManager - DEBUGGING: running pub global activate devtools 2020-11-25 20:10:25,045 [ 62945] INFO - #io.flutter.sdk.FlutterCommand - /home/alex/dev/flutter/bin/flutter [--no-color, pub, global, activate, devtools] 2020-11-25 20:10:28,791 [ 66691] INFO - .deployment.AsyncDevicesGetter - adb not found 2020-11-25 20:10:30,293 [ 68193] INFO - .deployment.AsyncDevicesGetter - adb not found 2020-11-25 20:10:31,159 [ 69059] INFO - STDOUT - DEBUGGING: succeeded status is true in presentDevTools 2020-11-25 20:10:31,159 [ 69059] INFO - #io.flutter.view.FlutterView - DEBUGGING: succeeded status is true in presentDevTools 2020-11-25 20:10:31,159 [ 69059] INFO - STDOUT - DEBUGGING: addBrowserInspectorViewContent 2020-11-25 20:10:31,159 [ 69059] INFO - #io.flutter.view.FlutterView - DEBUGGING: addBrowserInspectorViewContent 2020-11-25 20:10:35,293 [ 73193] INFO - .deployment.AsyncDevicesGetter - adb not found 2020-11-25 20:10:36,053 [ 73953] INFO - g.FileBasedIndexProjectHandler - Reindexing refreshed files: 10 to update, calculated in 1ms 2020-11-25 20:10:36,068 [ 73968] INFO - .diagnostic.PerformanceWatcher - Reindexing refreshed files took 15ms; general responsiveness: ok; EDT responsiveness: ok 2020-11-25 20:10:36,168 [ 74068] INFO - .deployment.AsyncDevicesGetter - adb not found 2020-11-25 20:10:36,668 [ 74568] INFO - .deployment.AsyncDevicesGetter - adb not found 2020-11-25 20:10:37,168 [ 75068] INFO - .deployment.AsyncDevicesGetter - adb not found 2020-11-25 20:10:37,668 [ 75568] INFO - .deployment.AsyncDevicesGetter - adb not found 2020-11-25 20:10:38,168 [ 76068] INFO - .deployment.AsyncDevicesGetter - adb not found 2020-11-25 20:10:39,168 [ 77068] INFO - .deployment.AsyncDevicesGetter - adb not found 2020-11-25 20:10:39,668 [ 77568] INFO - .deployment.AsyncDevicesGetter - adb not found 2020-11-25 20:10:40,168 [ 78068] INFO - .deployment.AsyncDevicesGetter - adb not found 2020-11-25 20:10:40,668 [ 78568] INFO - .deployment.AsyncDevicesGetter - adb not found 2020-11-25 20:10:41,169 [ 79069] INFO - .deployment.AsyncDevicesGetter - adb not found 2020-11-25 20:10:46,171 [ 84071] INFO - .deployment.AsyncDevicesGetter - adb not found ```
helin24 commented 3 years ago

@fourman-alex thanks for the log! I added a bit more logging to the problem area and was able to reproduce the issue once on my machine - I think there's sometimes a delay in the VM service URL becoming available. This is in a part I don't understand well, but I expect I'll find an answer once everyone is back after Thanksgiving. Since you've been able to reproduce the issue more consistently, I may post another plugin zip for you to test later on.

happyxhw commented 3 years ago

I have the same issue on Android Studio, any updates?

helin24 commented 3 years ago

I made a fix that should hopefully address this problem. I expect there will be a new dev channel release on Sunday that will include the change, so those of you who have been seeing this more consistently may want to set that up and see if it resolves the issue (and let me know if not). Instructions to set up the dev channel: https://github.com/flutter/flutter-intellij/wiki/Dev-Channel

GijsOnGitHub commented 3 years ago

Running DevTools in the Flutter Inspector window is an experiment and can be disabled in settings.

devtools

IlPicasso commented 3 years ago

I made a fix that should hopefully address this problem. I expect there will be a new dev channel release on Sunday that will include the change, so those of you who have been seeing this more consistently may want to set that up and see if it resolves the issue (and let me know if not). Instructions to set up the dev channel: https://github.com/flutter/flutter-intellij/wiki/Dev-Channel

That didnt resolved my issue, I am still stucked at Installing Devtools

helin24 commented 3 years ago

@IlPicasso sorry, I should have maybe sent my message later. This won't be released until the next dev version, which should be released on Sunday. Until that time I'd recommend disabling this feature (Preferences -> Languages & Frameworks -> Flutter -> Experiments, "Enable embedding devtools.. ").

marcglasberg commented 3 years ago

@helin24 Don't you think experimental features should be disabled by default?

helin24 commented 3 years ago

@helin24 Don't you think experimental features should be disabled by default?

True, we're actually in the process of moving this out of experiments. This feature was disabled by default in previous releases and enabled by default in v51. We didn't get reports of this problem while it was disabled by default, unfortunately.

marcglasberg commented 3 years ago

@helin24 Even when it does open, clicking in the tree doesn't show the declaration point in the code. Question: Was this supposed to be working? Being able to inspect some widget to find its declaration in the code is the most useful feature of the inspector. Frankly, I don't think this should be moved out of experiments while the "go to code" feature is not working as it should.

helin24 commented 3 years ago

@marcglasberg is your issue similar to this one? https://github.com/flutter/flutter-intellij/issues/4929

We had fixed this for v51, but it sounds like you're seeing a regression or a different issue. Could you either post to that issue or open a new one (if yours is different?)

marcglasberg commented 3 years ago

@helin24 Seems it's the same issue. The navigate-to-code doesn't work.

helin24 commented 3 years ago

@marcglasberg requesting a few more details on this here: https://github.com/flutter/flutter-intellij/issues/4929#issuecomment-742703994

josephmangmang commented 3 years ago

I also experience same issue. I think it's because of embedded devtools? Try opening the DevTools via Run tab. It will show install devtools... then once done.. Flutter inspector tab will work again.

Screen Shot 2020-12-22 at 2 33 00 PM
marcglasberg commented 3 years ago

@helin24 Hey, this is not fixed, is it?

It was closed by a bot: no-response bot closed this on Nov 23

How can we reopen this?

helin24 commented 3 years ago

@marcglasberg I closed this after we fixed a threading problem, and since then we've made some other changes to DevTools management that should fix this issue. These changes are only available on the dev channel plugin though (haven't had a major release yet) - have you tried reproducing the problem there? (https://github.com/flutter/flutter-intellij/wiki/Dev-Channel) That version also includes more logging to help us debug further if necessary.

Whipstitch-webwork commented 3 years ago

I've the same problem on Android Studio. I've tried everything to find someone with a fix. Total crickets. It's a shame really it's one of the better reasons to use the A studio over Vs code. Anyway. Time fixes everything. If I could I would, but I can't so I won't.

helin24 commented 3 years ago

@Whipstitch-webwork see my comment above (https://github.com/flutter/flutter-intellij/issues/5032#issuecomment-752152640)

Federix93 commented 3 years ago

I had the same problem. I solved thanks to the @GijsOnGitHub's hint. Language & Frameworks -> Flutter -> DIsable "Enable embedding DevTools in the Flutter inspector tool window". Click on Apply and restart Android Studio

tstrg commented 3 years ago

I added the pub-cache location to my path and run the following set of commands which resolved the issue:

flutter pub global deactivate devtools
flutter pub cache repair
flutter pub global activate devtools
flutter pub global run devtools

Seems the "flutter pub cache repair" helped in my case

feinstein commented 3 years ago

@helin24 do you know when this fix will be available on the stable channel?

Also, after my Win10 computer wakes up from a hibernation I get this error:

161063794932812226282906927752

Hot reload/restart still works, but not the DevTools.

This computer belongs to my employer, a bank, so there are multiple layers of networking security. This could be related, but it doesn't appear to affect hot reload though, just the DevTools after a hibernation. Do you think this is another issue or is it related to this one?

helin24 commented 3 years ago

@feinstein we usually do a release at the end of each month (but skipped December due to the holidays), so it'll likely be in a couple of weeks.

Interesting hibernation issue - this is a separate problem. DevTools is starting in this case and connects to the VM service initially, but after hibernation it seems this connection breaks. I think this is probably an issue we would have to address on the DevTools side, as I'm not sure why this would be unique to the embedded browser in IntelliJ. You can check by opening DevTools in your normal browser as well (there should be an 'Open DevTools' button in the run console) and seeing if the same thing occurs after hibernation.

akhilbellam95 commented 3 years ago

I was having this issue and running File > Invalid Caches / Restart from intellij fixed it for me.

Worked for me too! Thanks Mate ;)