-
Notifications
You must be signed in to change notification settings - Fork 686
Closed
Closed
Copy link
Milestone
Description
Version
4.1.1 (including Android Studio plugin)
Summary
When I tap "Pull from device" and select the db file, this pops up:
I tried both from a real device (Asus Zenfone 10 running Android 15) and from an emulator (API 34), and I'm on Android Studio Meerkat 2024.3.1.
Steps to reproduce the behavior
See above.
Logs
2025-03-27 09:52:07,966 [ 106451] INFO - #com.android.ddmlib - Device 'Pixel_3a_API_34 [emulator-5554]' jdwp process '4221' is now known as pkg='com.wave.field.dbg' (proc='com.wave.field.dbg')
2025-03-27 09:52:13,592 [ 112077] INFO - #com.android.tools.idea.adb.AdbShellCommandsUtil - Command took 42.93 ms to execute: cat /proc/net/unix | grep apollo_debug_ | cat
2025-03-27 09:52:13,592 [ 112077] INFO - #com.android.tools.idea.adb.AdbShellCommandsUtil - Output line 1 (out of 1):
2025-03-27 09:52:13,624 [ 112109] INFO - #com.android.tools.idea.adb.AdbShellCommandsUtil - Command took 29.15 ms to execute: run-as com.wave.field.dbg ls -1 /data/data/com.wave.field.dbg/databases
2025-03-27 09:52:13,624 [ 112109] INFO - #com.android.tools.idea.adb.AdbShellCommandsUtil - Output line 1 (out of 14): ppollo_wave_app
2025-03-27 09:52:13,624 [ 112109] INFO - #com.android.tools.idea.adb.AdbShellCommandsUtil - Output line 2 (out of 14): apollo_wave_app-journal
2025-03-27 09:52:17,094 [ 115579] INFO - #com.android.tools.idea.adb.AdbShellCommandsUtil - Command took 22.12 ms to execute: touch /data/local/tmp/apollo_wave_app_+221761110040-tmp3750866015625969384.db
2025-03-27 09:52:17,095 [ 115580] INFO - #com.android.tools.idea.adb.AdbShellCommandsUtil - Output line 1 (out of 1):
2025-03-27 09:52:17,117 [ 115602] INFO - #com.android.tools.idea.adb.AdbShellCommandsUtil - Command took 22.64 ms to execute: run-as com.wave.field.dbg sh -c 'cp /data/data/com.wave.field.dbg/databases/apollo_wave_app_+221761110040 /data/local/tmp/apollo_wave_app_+221761110040-tmp3750866015625969384.db'
2025-03-27 09:52:17,117 [ 115602] INFO - #com.android.tools.idea.adb.AdbShellCommandsUtil - Output line 1 (out of 1):
2025-03-27 09:52:17,129 [ 115614] INFO - #com.android.tools.idea.adb.AdbShellCommandsUtil - Command took 9.795 ms to execute: rm /data/local/tmp/apollo_wave_app_+221761110040-tmp3750866015625969384.db
2025-03-27 09:52:17,129 [ 115614] INFO - #com.android.tools.idea.adb.AdbShellCommandsUtil - Output line 1 (out of 1):
2025-03-27 09:52:17,130 [ 115615] WARN - Apollo - Could not open file
java.lang.NoClassDefFoundError: com/android/tools/idea/adblib/ddmlibcompatibility/UtilsKt
at com.apollographql.ijplugin.normalizedcache.PullFromDeviceKt.pullFile(PullFromDevice.kt:78)
at com.apollographql.ijplugin.normalizedcache.PullFromDeviceKt$pullFile$1.invokeSuspend(PullFromDevice.kt)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104)
at kotlinx.coroutines.EventLoopImplBase.processNextEvent(EventLoop.common.kt:277)
at kotlinx.coroutines.BlockingCoroutine.joinBlocking(Builders.kt:111)
at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking$BuildersKt__BuildersKt(Builders.kt:84)
at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking(Builders.kt:52)
at kotlinx.coroutines.BuildersKt.runBlocking(Unknown Source)
at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking$default(Builders.kt:48)
at kotlinx.coroutines.BuildersKt.runBlocking$default(Unknown Source)
at com.apollographql.ijplugin.normalizedcache.NormalizedCacheWindowPanel$openNormalizedCache$1.run(NormalizedCacheToolWindowFactory.kt:345)
at com.intellij.openapi.progress.impl.CoreProgressManager.startTask(CoreProgressManager.java:491)
at com.intellij.openapi.progress.impl.ProgressManagerImpl.startTask(ProgressManagerImpl.java:133)
at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcessWithProgressAsynchronously$7(CoreProgressManager.java:542)
at com.intellij.openapi.progress.impl.ProgressRunner.lambda$submit$4(ProgressRunner.java:249)
at com.intellij.openapi.progress.ProgressManager.lambda$runProcess$0(ProgressManager.java:98)
at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$1(CoreProgressManager.java:223)
at com.intellij.platform.diagnostic.telemetry.helpers.TraceKt.use(trace.kt:45)
at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$2(CoreProgressManager.java:222)
at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$executeProcessUnderProgress$14(CoreProgressManager.java:674)
at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:749)
at com.intellij.openapi.progress.impl.CoreProgressManager.computeUnderProgress(CoreProgressManager.java:705)
at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:673)
at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:79)
at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:203)
at com.intellij.openapi.progress.ProgressManager.runProcess(ProgressManager.java:98)
at com.intellij.openapi.progress.impl.ProgressRunner.lambda$submit$5(ProgressRunner.java:249)
at com.intellij.openapi.progress.impl.ProgressRunner$ProgressRunnable.run(ProgressRunner.java:502)
at com.intellij.openapi.progress.impl.ProgressRunner.lambda$launchTask$18(ProgressRunner.java:467)
at com.intellij.util.concurrency.ChildContext$runInChildContext$1.invoke(propagation.kt:101)
at com.intellij.util.concurrency.ChildContext$runInChildContext$1.invoke(propagation.kt:101)
at com.intellij.util.concurrency.ChildContext.runInChildContext(propagation.kt:107)
at com.intellij.util.concurrency.ChildContext.runInChildContext(propagation.kt:101)
at com.intellij.openapi.progress.impl.ProgressRunner.lambda$launchTask$19(ProgressRunner.java:463)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
at java.base/java.security.AccessController.doPrivileged(Unknown Source)
at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.lang.ClassNotFoundException: com.android.tools.idea.adblib.ddmlibcompatibility.UtilsKt PluginClassLoader(plugin=PluginDescriptor(name=Apollo GraphQL, id=com.apollographql.ijplugin, descriptorPath=plugin.xml, path=~/Library/Application Support/Google/AndroidStudio2024.3/plugins/intellij-plugin, version=4.1.1, package=null, isBundled=false), packagePrefix=null, state=active, parents=PluginDescriptor(name=Toml, id=org.toml.lang, moduleName=intellij.toml.json, descriptorPath=intellij.toml.json.xml, path=/Applications/Android Studio.app/Contents/plugins/toml, version=243.22562.218.2431.13114758, package=org.toml.ide.json, isBundled=true), PluginDescriptor(name=Kotlin, id=org.jetbrains.kotlin, moduleName=kotlin.features-trainer, descriptorPath=kotlin.features-trainer.xml, path=/Applications/Android Studio.app/Contents/plugins/Kotlin, version=243.22562.218.2431.13114758-AS, package=org.jetbrains.kotlin.training, isBundled=true), PluginDescriptor(name=Kotlin, id=org.jetbrains.kotlin, moduleName=kotlin.project-wizard.maven, descriptorPath=kotlin.project-wizard.maven.xml, path=/Applications/Android Studio.app/Contents/plugins/Kotlin, version=243.22562.218.2431.13114758-AS, package=org.jetbrains.kotlin.tools.projectWizard.maven, isBundled=true), PluginDescriptor(name=Kotlin, id=org.jetbrains.kotlin, moduleName=kotlin.project-wizard.idea.k1, descriptorPath=kotlin.project-wizard.idea.k1.xml, path=/Applications/Android Studio.app/Contents/plugins/Kotlin, version=243.22562.218.2431.13114758-AS, package=org.jetbrains.kotlin.tools.projectWizard.k1, isBundled=true), PluginDescriptor(name=Kotlin, id=org.jetbrains.kotlin, moduleName=kotlin.project-wizard.gradle, descriptorPath=kotlin.project-wizard.gradle.xml, path=/Applications/Android Studio.app/Contents/plugins/Kotlin, version=243.22562.218.2431.13114758-AS, package=org.jetbrains.kotlin.tools.projectWizard.gradle, isBundled=true), PluginDescriptor(name=Kotlin, id=org.jetbrains.kotlin, moduleName=kotlin.project-wizard.idea, descriptorPath=kotlin.project-wizard.idea.xml, path=/Applications/Android Studio.app/Contents/plugins/Kotlin, version=243.22562.218.2431.13114758-AS, package=org.jetbrains.kotlin.tools.projectWizard, isBundled=true), PluginDescriptor(name=Kotlin, id=org.jetbrains.kotlin, moduleName=kotlin.project-wizard.compose, descriptorPath=kotlin.project-wizard.compose.xml, path=/Applications/Android Studio.app/Contents/plugins/Kotlin, version=243.22562.218.2431.13114758-AS, package=org.jetbrains.kotlin.tools.composeProjectWizard, isBundled=true), PluginDescriptor(name=Kotlin, id=org.jetbrains.kotlin, moduleName=kotlin.onboarding.gradle, descriptorPath=kotlin.onboarding.gradle.xml, path=/Applications/Android Studio.app/Contents/plugins/Kotlin, version=243.22562.218.2431.13114758-AS, package=org.jetbrains.kotlin.onboarding.gradle, isBundled=true), PluginDescriptor(name=Kotlin, id=org.jetbrains.kotlin, moduleName=kotlin.onboarding, descriptorPath=kotlin.onboarding.xml, path=/Applications/Android Studio.app/Contents/plugins/Kotlin, version=243.22562.218.2431.13114758-AS, package=org.jetbrains.kotlin.onboarding, isBundled=true), PluginDescriptor(name=Kotlin, id=org.jetbrains.kotlin, moduleName=kotlin.run-configurations.testng, descriptorPath=kotlin.run-configurations.testng.xml, path=/Applications/Android Studio.app/Contents/plugins/Kotlin, version=243.22562.218.2431.13114758-AS, package=org.jetbrains.kotlin.idea.testng, isBundled=true), PluginDescriptor(name=Kotlin, id=org.jetbrains.kotlin, moduleName=kotlin.code-insight.structural-search.k1, descriptorPath=kotlin.code-insight.structural-search.k1.xml, path=/Applications/Android Studio.app/Contents/plugins/Kotlin, version=243.22562.218.2431.13114758-AS, package=org.jetbrains.kotlin.idea.structuralsearch, isBundled=true), PluginDescriptor(name=Kotlin, id=org.jetbrains.kotlin, moduleName=kotlin.compiler-reference-index, descriptorPath=kotlin.compiler-reference-index.xml, path=/Applications/Android Studio.app/Contents/plugins/Kotlin, version=243.22562.218.2431.13114758-AS, package=org.jetbrains.kotlin.idea.search.refIndex, isBundled=true), PluginDescriptor(name=Kotlin, id=org.jetbrains.kotlin, moduleName=kotlin.run-configurations.jvm, descriptorPath=kotlin.run-configurations.jvm.xml, path=/Applications/Android Studio.app/Contents/plugins/Kotlin, version=243.22562.218.2431.13114758-AS, package=org.jetbrains.kotlin.idea.runConfigurations.jvm, isBundled=true), PluginDescriptor(name=Kotlin, id=org.jetbrains.kotlin, moduleName=kotlin.ml-completion, descriptorPath=kotlin.ml-completion.xml, path=/Applications/Android Studio.app/Contents/plugins/Kotlin, version=243.22562.218.2431.13114758-AS, package=org.jetbrains.kotlin.idea.mlCompletion, isBundled=true), PluginDescriptor(name=Kotlin, id=org.jetbrains.kotlin, moduleName=kotlin.compiler-plugins.compiler-plugin-support.maven, descriptorPath=kotlin.compiler-plugins.compiler-plugin-support.maven.xml, path=/Applications/Android Studio.app/Contents/plugins/Kotlin, version=243.22562.218.2431.13114758-AS, package=org.jetbrains.kotlin.idea.maven.compilerPlugin, isBundled=true), PluginDescriptor(name=Kotlin, id=org.jetbrains.kotlin, moduleName=kotlin.maven, descriptorPath=kotlin.maven.xml, path=/Applications/Android Studio.app/Contents/plugins/Kotlin, version=243.22562.218.2431.13114758-AS, package=org.jetbrains.kotlin.idea.maven, isBundled=true), PluginDescriptor(name=Kotlin, id=org.jetbrains.kotlin, moduleName=kotlin.code-insight.live-templates.k1, descriptorPath=kotlin.code-insight.live-templates.k1.xml, path=/Applications/Android Studio.app/Contents/plugins/Kotlin, version=243.22562.218.2431.13114758-AS, package=org.jetbrains.kotlin.idea.liveTemplates.k1, isBundled=true), PluginDescriptor(name=Kotlin, id=org.jetbrains.kotlin, moduleName=kotlin.code-insight.live-templates.shared, descriptorPath=kotlin.code-insight.live-templates.shared.xml, path=/Applications/Android Studio.app/Contents/plugins/Kotlin, version=243.22562.218.2431.13114758-AS, package=org.jetbrains.kotlin.idea.liveTemplates, isBundled=true), PluginDescriptor(name=Kotlin, id=org.jetbrains.kotlin, moduleName=kotlin.code-insight.inspections.k1, descriptorPath=kotlin.code-insight.inspections.k1.xml, path=/Applications/Android Studio.app/Contents/plugins/Kotlin, version=243.22562.218.2431.13114758-AS, package=org.jetbrains.kotlin.idea.k1.codeinsight.inspections, isBundled=true), PluginDescriptor(name=Kotlin, id=org.jetbrains.kotlin, moduleName=kotlin.code-insight.k1, descriptorPath=kotlin.code-insight.k1.xml, path=/Applications/Android Studio.app/Contents/plugins/Kotlin, version=243.22562.218.2431.13114758-AS, package=org.jetbrains.kotlin.idea.k1.codeinsight, isBundled=true), PluginDescriptor(name=Kotlin, id=org.jetbrains.kotlin, moduleName=kotlin.jvm-decompiler, descriptorPath=kotlin.jvm-decompiler.xml, path=/Applications/Android Studio.app/Contents/plugins/Kotlin, version=243.22562.218.2431.13114758-AS, package=org.jetbrains.kotlin.idea.jvmDecompiler, isBundled=true), PluginDescriptor(name=Kotlin, id=org.jetbrains.kotlin, moduleName=kotlin.run-configurations.junit, descriptorPath=kotlin.run-configurations.junit.xml, path=/Applications/Android Studio.app/Contents/plugins/Kotlin, version=243.22562.218.2431.13114758-AS, package=org.jetbrains.kotlin.idea.junit, isBundled=true), PluginDescriptor(name=Kotlin, id=org.jetbrains.kotlin, moduleName=kotlin.j2k.k1.new.post-processing, descriptorPath=kotlin.j2k.k1.new.post-processing.xml, path=/Applications/Android Studio.app/Contents/plugins/Kotlin, version=243.22562.218.2431.13114758-AS, package=org.jetbrains.kotlin.idea.j2k.post.processing, isBundled=true), PluginDescriptor(name=Kotlin, id=org.jetbrains.kotlin, moduleName=kotlin.j2k.k1.old.post-processing, descriptorPath=kotlin.j2k.k1.old.post-processing.xml, path=/Applications/Android Studio.app/Contents/plugins/Kotlin, version=243.22562.218.2431.13114758-AS, package=org.jetbrains.kotlin.idea.j2k.old.post.processing, isBundled=true), PluginDescriptor(name=Kotlin, id=org.jetbrains.kotlin, moduleName=kotlin.injection.k1, descriptorPath=kotlin.injection.k1.xml, path=/Applications/Android Studio.app/Contents/plugins/Kotlin, version=243.22562.218.2431.13114758-AS, package=org.jetbrains.kotlin.idea.injection, isBundled=true), PluginDescriptor(name=Kotlin, id=org.jetbrains.kotlin, moduleName=kotlin.i18n, descriptorPath=kotlin.i18n.xml, path=/Applications/Android Studio.app/Contents/plugins/Kotlin, version=243.22562.218.2431.13114758-AS, package=org.jetbrains.kotlin.idea.i18n, isBundled=true), PluginDescriptor(name=Kotlin, id=org.jetbrains.kotlin, moduleName=kotlin.gradle.code-insight-groovy, descriptorPath=kotlin.gradle.code-insight-groovy.xml, path=/Applications/Android Studio.app/Contents/plugins/Kotlin, version=243.22562.218.2431.13114758-AS, package=org.jetbrains.kotlin.idea.groovy, isBundled=true), PluginDescriptor(name=Kotlin, id=org.jetbrains.kotlin, moduleName=kotlin.grazie, descriptorPath=kotlin.grazie.xml, path=/Applications/Android Studio.app/Contents/plugins/Kotlin, version=243.22562.218.2431.13114758-AS, package=org.jetbrains.kotlin.idea.grazie, isBundled=true), PluginDescriptor(name=Kotlin, id=org.jetbrains.kotlin, moduleName=kotlin.gradle.gradle-tooling, descriptorPath=kotlin.gradle.gradle-tooling.xml, path=/Applications/Android Studio.app/Contents/plugins/Kotlin, version=243.22562.218.2431.13114758-AS, package=org.jetbrains.kotlin.idea.gradleTooling, isBundled=true), PluginDescriptor(name=Kotlin, id=org.jetbrains.kotlin, moduleName=kotlin.compiler-plugins.compiler-plugin-support.gradle, descriptorPath=kotlin.compiler-plugins.compiler-plugin-support.gradle.xml, path=/Applications/Android Studio.app/Contents/plugins/Kotlin, version=243.22562.218.2431.13114758-AS, package=org.jetbrains.kotlin.idea.gradleJava.compilerPlugin, isBundled=true), PluginDescriptor(name=Kotlin, id=org.jetbrains.kotlin, moduleName=kotlin.gradle.gradle-java, descriptorPath=kotlin.gradle.gradle-java.xml, path=/Applications/Android Studio.app/Contents/plugins/Kotlin, version=243.22562.218.2431.13114758-AS, package=org.jetbrains.kotlin.idea.gradleJava, isBundled=true), PluginDescriptor(name=Kotlin, id=org.jetbrains.kotlin, moduleName=kotlin.gradle.code-insight-common, descriptorPath=kotlin.gradle.code-insight-common.xml, path=/Applications/Android Studio.app/Contents/plugins/Kotlin, version=243.22562.218.2431.13114758-AS, package=org.jetbrains.kotlin.idea.gradleCodeInsightCommon, isBundled=true), PluginDescriptor(name=Kotlin, id=org.jetbrains.kotlin, moduleName=kotlin.gradle.code-insight-toml, descriptorPath=kotlin.gradle.code-insight-toml.xml, path=/Applications/Android Studio.app/Contents/plugins/Kotlin, version=243.22562.218.2431.13114758-AS, package=org.jetbrains.kotlin.idea.gradle.versionCatalog.toml, isBundled=true), PluginDescriptor(name=Kotlin, id=org.jetbrains.kotlin, moduleName=kotlin.gradle.gradle, descriptorPath=kotlin.gradle.gradle.xml, path=/Applications/Android Studio.app/Contents/plugins/Kotlin, version=243.22562.218.2431.13114758-AS, package=org.jetbrains.kotlin.idea.gradle, isBundled=true), PluginDescriptor(name=Kotlin, id=org.jetbrains.kotlin, moduleName=kotlin.git, descriptorPath=kotlin.git.xml, path=/Applications/Android Studio.app/Contents/plugins/Kotlin, version=243.22562.218.2431.13114758-AS, package=org.jetbrains.kotlin.idea.git, isBundled=true), PluginDescriptor(name=Kotlin, id=org.jetbrains.kotlin, moduleName=kotlin.run-configurations.junit-fe10, descriptorPath=kotlin.run-configurations.junit-fe10.xml, path=/Applications/Android Studio.app/Contents/plugins/Kotlin, version=243.22562.218.2431.13114758-AS, package=org.jetbrains.kotlin.idea.fe10.junit, isBundled=true), PluginDescriptor(name=Kotlin, id=org.jetbrains.kotlin, moduleName=kotlin.jvm-debugger.sequence.k1, descriptorPath=kotlin.jvm-debugger.sequence.k1.xml, path=/Applications/Android Studio.app/Contents/plugins/Kotlin, version=243.22562.218.2431.13114758-AS, package=org.jetbrains.kotlin.idea.debugger.sequence, isBundled=true), PluginDescriptor(name=Kotlin, id=org.jetbrains.kotlin, moduleName=kotlin.coverage, descriptorPath=kotlin.coverage.xml, path=/Applications/Android Studio.app/Contents/plugins/Kotlin, version=243.22562.218.2431.13114758-AS, package=org.jetbrains.kotlin.idea.coverage, isBundled=true), PluginDescriptor(name=Kotlin, id=org.jetbrains.kotlin, moduleName=kotlin.copyright, descriptorPath=kotlin.copyright.xml, path=/Applications/Android Studio.app/Contents/plugins/Kotlin, version=243.22562.218.2431.13114758-AS, package=org.jetbrains.kotlin.idea.copyright, isBundled=true), PluginDescriptor(name=Kotlin, id=org.jetbrains.kotlin, moduleName=kotlin.compiler-plugins.scripting, descriptorPath=kotlin.compiler-plugins.scripting.xml, path=/Applications/Android Studio.app/Contents/plugins/Kotlin, version=243.22562.218.2431.13114758-AS, package=org.jetbrains.kotlin.idea.compilerPlugin.scripting.gradleJava, isBundled=true), PluginDescriptor(name=Kotlin, id=org.jetbrains.kotlin, moduleName=kotlin.compiler-plugins.sam-with-receiver.maven, descriptorPath=kotlin.compiler-plugins.sam-with-receiver.maven.xml, path=/Applications/Android Studio.app/Contents/plugins/Kotlin, version=243.22562.218.2431.13114758-AS, package=org.jetbrains.kotlin.idea.compilerPlugin.samWithReceiver.maven, isBundled=true), PluginDescriptor(name=Kotlin, id=org.jetbrains.kotlin, moduleName=kotlin.compiler-plugins.sam-with-receiver.gradle, descriptorPath=kotlin.compiler-plugins.sam-with-receiver.gradle.xml, path=/Applications/Android Studio.app/Contents/plugins/Kotlin, version=243.22562.218.2431.13114758-AS, package=org.jetbrains.kotlin.idea.compilerPlugin.samWithReceiver.gradleJava, isBundled=true), PluginDescriptor(name=Kotlin, id=org.jetbrains.kotlin, moduleName=kotlin.compiler-plugins.parcelize.gradle, descriptorPath=kotlin.compiler-plugins.parcelize.gradle.xml, path=/Applications/Android Studio.app/Contents/plugins/Kotlin, version=243.22562.218.2431.13114758-AS, package=org.jetbrains.kotlin.idea.compilerPlugin.parcelize.gradleJava, isBundled=true), PluginDescriptor(name=Kotlin, id=org.jetbrains.kotlin, moduleName=kotlin.compiler-plugins.noarg.maven, descriptorPath=kotlin.compiler-plugins.noarg.maven.xml, path=/Applications/Android Studio.app/Contents/plugins/Kotlin, version=243.22562.218.2431.13114758-AS, package=org.jetbrains.kotlin.idea.compilerPlugin.noarg.maven, isBundled=true), PluginDescriptor(name=Kotlin, id=org.jetbrains.kotlin, moduleName=kotlin.compiler-plugins.noarg.gradle, descriptorPath=kotlin.compiler-plugins.noarg.gradle.xml, path=/Applications/Android Studio.app/Contents/plugins/Kotlin, version=243.22562.218.2431.13114758-AS, package=org.jetbrains.kotlin.idea.compilerPlugin.noarg.gradleJava, isBundled=true), PluginDescriptor(name=Kotlin, id=org.jetbrains.kotlin, moduleName=kotlin.compiler-plugins.lombok.maven, descriptorPath=kotlin.compiler-plugins.lombok.maven.xml, path=/Applications/Android Studio.app/Contents/plugins/Kotlin, version=243.22562.218.2431.13114758-AS, package=org.jetbrains.kotlin.idea.compilerPlugin.lombok.maven, isBundled=true), PluginDescriptor(name=Kotlin, id=org.jetbrains.kotlin, moduleName=kotlin.compiler-plugins.lombok.gradle, descriptorPath=kotlin.compiler-plugins.lombok.gradle.xml, path=/Applications/Android Studio.app/Contents/plugins/Kotlin, version=243.22562.218.2431.13114758-AS, package=org.jetbrains.kotlin.idea.compilerPlugin.lombok.gradleJava, isBundled=true), PluginDescriptor(name=Kotlin, id=org.jetbrains.kotlin, moduleName=kotlin.compiler-plugins.kotlinx-serialization.maven, descriptorPath=kotlin.compiler-plugins.kotlinx-serialization.maven.xml, path=/Applications/Android Studio.app/Contents/plugins/Kotlin, version=243.22562.218.2431.13114758-AS, package=org.jetbrains.kotlin.idea.compilerPlugin.kotlinxSerialization.maven, isBundled=true), PluginDescriptor(name=Kotlin, id=org.jetbrains.kotlin, moduleName=kotlin.compiler-plugins.kotlinx-serialization.gradle, descriptorPath=kotlin.compiler-plugins.kotlinx-serialization.gradle.xml, path=/Applications/Android Studio.app/Contents/plugins/Kotlin, version=243.22562.218.2431.13114758-AS, package=org.jetbrains.kotlin.idea.compilerPlugin.kotlinxSerialization.gradleJava, isBundled=true), PluginDescriptor(name=Kotlin, id=org.jetbrains.kotlin, moduleName=kotlin.compiler-plugins.kapt, descriptorPath=kotlin.compiler-plugins.kapt.xml, path=/Applications/Android Studio.app/Contents/plugins/Kotlin, version=243.22562.218.2431.13114758-AS, package=org.jetbrains.kotlin.idea.compilerPlugin.kapt.gradleJava, isBundled=true), PluginDescriptor(name=Kotlin, id=org.jetbrains.kotlin, moduleName=kotlin.compiler-plugins.assignment.maven, descriptorPath=kotlin.compiler-plugins.assignment.maven.xml, path=/Applications/Android Studio.app/Contents/plugins/Kotlin, version=243.22562.218.2431.13114758-AS, package=org.jetbrains.kotlin.idea.compilerPlugin.assignment.maven, isBundled=true), PluginDescriptor(name=Kotlin, id=org.jetbrains.kotlin, moduleName=kotlin.compiler-plugins.assignment.common.k1, descriptorPath=kotlin.compiler-plugins.assignment.common.k1.xml, path=/Applications/Android Studio.app/Contents/plugins/Kotlin, version=243.22562.218.2431.13114758-AS, package=org.jetbrains.kotlin.idea.compilerPlugin.assignment.k1, isBundled=true), PluginDescriptor(name=Kotlin, id=org.jetbrains.kotlin, moduleName=kotlin.compiler-plugins.assignment.gradle, descriptorPath=kotlin.compiler-plugins.assignment.gradle.xml, path=/Applications/Android Studio.app/Contents/plugins/Kotlin, version=243.22562.218.2431.13114758-AS, package=org.jetbrains.kotlin.idea.compilerPlugin.assignment.gradleJava, isBundled=true), PluginDescriptor(name=Kotlin, id=org.jetbrains.kotlin, moduleName=kotlin.compiler-plugins.allopen.maven, descriptorPath=kotlin.compiler-plugins.allopen.maven.xml, path=/Applications/Android Studio.app/Contents/plugins/Kotlin, version=243.22562.218.2431.13114758-AS, package=org.jetbrains.kotlin.idea.compilerPlugin.allopen.maven, isBundled=true), PluginDescriptor(name=Kotlin, id=org.jetbrains.kotlin, moduleName=kotlin.compiler-plugins.allopen.gradle, descriptorPath=kotlin.compiler-plugins.allopen.gradle.xml, path=/Applications/Android Studio.app/Contents/plugins/Kotlin, version=243.22562.218.2431.13114758-AS, package=org.jetbrains.kotlin.idea.compilerPlugin.allopen.gradleJava, isBundled=true), PluginDescriptor(name=Kotlin, id=org.jetbrains.kotlin, moduleName=kotlin.code-insight.postfix-templates.k1, descriptorPath=kotlin.code-insight.postfix-templates.k1.xml, path=/Applications/Android Studio.app/Contents/plugins/Kotlin, version=243.22562.218.2431.13114758-AS, package=org.jetbrains.kotlin.idea.codeInsight.postfix, isBundled=true), PluginDescriptor(name=Kotlin, id=org.jetbrains.kotlin, moduleName=kotlin.code-insight.intentions.shared, descriptorPath=kotlin.code-insight.intentions.shared.xml, path=/Applications/Android Studio.app/Contents/plugins/Kotlin, version=243.22562.218.2431.13114758-AS, package=org.jetbrains.kotlin.idea.codeInsight.intentions.shared, isBundled=true), PluginDescriptor(name=Kotlin, id=org.jetbrains.kotlin, moduleName=kotlin.code-insight.inspections.shared, descriptorPath=kotlin.code-insight.inspections.shared.xml, path=/Applications/Android Studio.app/Contents/plugins/Kotlin, version=243.22562.218.2431.13114758-AS, package=org.jetbrains.kotlin.idea.codeInsight.inspections.shared, isBundled=true), PluginDescriptor(name=Kotlin, id=org.jetbrains.kotlin, moduleName=kotlin.base.injection, descriptorPath=kotlin.base.injection.xml, path=/Applications/Android Studio.app/Contents/plugins/Kotlin, version=243.22562.218.2431.13114758-AS, package=org.jetbrains.kotlin.idea.base.injection, isBundled=true), PluginDescriptor(name=Kotlin, id=org.jetbrains.kotlin, moduleName=kotlin.base.fe10.project-structure, descriptorPath=kotlin.base.fe10.project-structure.xml, path=/Applications/Android Studio.app/Contents/plugins/Kotlin, version=243.22562.218.2431.13114758-AS, package=org.jetbrains.kotlin.idea.base.fe10.projectStructure, isBundled=true), PluginDescriptor(name=Kotlin, id=org.jetbrains.kotlin, moduleName=kotlin.base.fe10.plugin, descriptorPath=kotlin.base.fe10.plugin.xml, path=/Applications/Android Studio.app/Contents/plugins/Kotlin, version=243.22562.218.2431.13114758-AS, package=org.jetbrains.kotlin.idea.base.fe10.plugin, isBundled=true), PluginDescriptor(name=Kotlin, id=org.jetbrains.kotlin, moduleName=kotlin.base.fe10.analysis-api-platform, descriptorPath=kotlin.base.fe10.analysis-api-platform.xml, path=/Applications/Android Studio.app/Contents/plugins/Kotlin, version=243.22562.218.2431.13114758-AS, package=org.jetbrains.kotlin.idea.base.fe10.analysisApiPlatform, isBundled=true), PluginDescriptor(name=Kotlin, id=org.jetbrains.kotlin, moduleName=kotlin.base.external-build-system, descriptorPath=kotlin.base.external-build-system.xml, path=/Applications/Android Studio.app/Contents/plugins/Kotlin, version=243.22562.218.2431.13114758-AS, package=org.jetbrains.kotlin.idea.base.externalSystem, isBundled=true), PluginDescriptor(name=Kotlin, id=org.jetbrains.kotlin, moduleName=kotlin.base.analysis-api-platform, descriptorPath=kotlin.base.analysis-api-platform.xml, path=/Applications/Android Studio.app/Contents/plugins/Kotlin, version=243.22562.218.2431.13114758-AS, package=org.jetbrains.kotlin.idea.base.analysisApiPlatform, isBundled=true), PluginDescriptor(name=Toml, id=org.toml.lang, moduleName=intellij.toml.grazie, descriptorPath=intellij.toml.grazie.xml, path=/Applications/Android Studio.app/Contents/plugins/toml, version=243.22562.218.2431.13114758, package=com.intellij.toml.grazie, isBundled=true), PluginDescriptor(name=Kotlin, id=org.jetbrains.kotlin, moduleName=kotlin.performanceExtendedPlugin, descriptorPath=kotlin.performanceExtendedPlugin.xml, path=/Applications/Android Studio.app/Contents/plugins/Kotlin, version=243.22562.218.2431.13114758-AS, package=com.intellij.performance.performancePlugin, isBundled=true), PluginDescriptor(name=Java, id=com.intellij.java, moduleName=intellij.java.terminal, descriptorPath=intellij.java.terminal.xml, path=/Applications/Android Studio.app/Contents/plugins/java, version=243.22562.218.2431.13114758, package=com.intellij.java.terminal, isBundled=true), PluginDescriptor(name=Java, id=com.intellij.java, moduleName=intellij.java.performancePlugin, descriptorPath=intellij.java.performancePlugin.xml, path=/Applications/Android Studio.app/Contents/plugins/java, version=243.22562.218.2431.13114758, package=com.intellij.java.performancePlugin, isBundled=true), PluginDescriptor(name=Java, id=com.intellij.java, moduleName=intellij.java.compiler.charts, descriptorPath=intellij.java.compiler.charts.xml, path=/Applications/Android Studio.app/Contents/plugins/java, version=243.22562.218.2431.13114758, package=com.intellij.java.compiler.charts, isBundled=true), PluginDescriptor(name=IDEA CORE, id=com.intellij, moduleName=intellij.platform.vcs.impl, descriptorPath=intellij.platform.vcs.impl.xml, path=/Applications/Android Studio.app/Contents/lib, version=243.22562.218, package=null, isBundled=true), PluginDescriptor(name=IDEA CORE, id=com.intellij, moduleName=intellij.platform.vcs.log.impl, descriptorPath=intellij.platform.vcs.log.impl.xml, path=/Applications/Android Studio.app/Contents/lib, version=243.22562.218, package=null, isBundled=true), PluginDescriptor(name=IDEA CORE, id=com.intellij, moduleName=intellij.platform.vcs.dvcs.impl, descriptorPath=intellij.platform.vcs.dvcs.impl.xml, path=/Applications/Android Studio.app/Contents/lib, version=243.22562.218, package=null, isBundled=true), PluginDescriptor(name=Java, id=com.intellij.java, moduleName=intellij.jvm.analysis.impl, descriptorPath=intellij.jvm.analysis.impl.xml, path=/Applications/Android Studio.app/Contents/plugins/java, version=243.22562.218.2431.13114758, package=null, isBundled=true), PluginDescriptor(name=Java, id=com.intellij.java, moduleName=intellij.java.vcs, descriptorPath=intellij.java.vcs.xml, path=/Applications/Android Studio.app/Contents/plugins/java, version=243.22562.218.2431.13114758, package=null, isBundled=true), PluginDescriptor(name=Java, id=com.intellij.java, moduleName=intellij.java.unscramble, descriptorPath=intellij.java.unscramble.xml, path=/Applications/Android Studio.app/Contents/plugins/java, version=243.22562.218.2431.13114758, package=null, isBundled=true), PluginDescriptor(name=Java, id=com.intellij.java, moduleName=intellij.java.featuresTrainer, descriptorPath=intellij.java.featuresTrainer.xml, path=/Applications/Android Studio.app/Contents/plugins/java, version=243.22562.218.2431.13114758, package=null, isBundled=true), PluginDescriptor(name=Java, id=com.intellij.java, moduleName=intellij.java.structuralSearch, descriptorPath=intellij.java.structuralSearch.xml, path=/Applications/Android Studio.app/Contents/plugins/java, version=243.22562.218.2431.13114758, package=null, isBundled=true), PluginDescriptor(name=IDEA CORE, id=com.intellij, moduleName=intellij.platform.collaborationTools, descriptorPath=intellij.platform.collaborationTools.xml, path=/Applications/Android Studio.app/Contents/lib, version=243.22562.218, package=null, isBundled=true), PluginDescriptor(name=Toml, id=org.toml.lang, descriptorPath=plugin.xml, path=/Applications/Android Studio.app/Contents/plugins/toml, version=243.22562.218.2431.13114758, package=org.toml, isBundled=true), PluginDescriptor(name=Kotlin, id=org.jetbrains.kotlin, descriptorPath=plugin.xml, path=/Applications/Android Studio.app/Contents/plugins/Kotlin, version=243.22562.218.2431.13114758-AS, package=org.jetbrains.kotlin, isBundled=true), PluginDescriptor(name=GraphQL, id=com.intellij.lang.jsgraphql, descriptorPath=plugin.xml, path=~/Library/Application Support/Google/AndroidStudio2024.3/plugins/graphql, version=243.22562.13, package=com.intellij.lang.jsgraphql, isBundled=false), PluginDescriptor(name=Android, id=org.jetbrains.android, descriptorPath=plugin.xml, path=/Applications/Android Studio.app/Contents/plugins/android, version=243.22562.218.2431.13114758, package=com.android.tools.idea.gradle.dsl.kotlin, isBundled=true), PluginDescriptor(name=JSON, id=com.intellij.modules.json, descriptorPath=plugin.xml, path=/Applications/Android Studio.app/Contents/plugins/json, version=243.22562.218.2431.13114758, package=null, isBundled=true), PluginDescriptor(name=Gradle, id=com.intellij.gradle, descriptorPath=plugin.xml, path=/Applications/Android Studio.app/Contents/plugins/gradle, version=243.22562.218.2431.13114758, package=null, isBundled=true), PluginDescriptor(name=Java, id=com.intellij.java, descriptorPath=plugin.xml, path=/Applications/Android Studio.app/Contents/plugins/java, version=243.22562.218.2431.13114758, package=null, isBundled=true), )
at com.intellij.ide.plugins.cl.PluginClassLoader.loadClass(PluginClassLoader.kt:157)
at java.base/java.lang.ClassLoader.loadClass(Unknown Source)
... 42 more
2025-03-27 09:52:18,505 [ 116990] INFO - #c.i.w.i.i.j.s.JpsGlobalModelSynchronizerImpl - Saving global entities com.intellij.platform.workspace.jps.entities.SdkEntity to files
2025-03-27 09:52:18,507 [ 116992] INFO - #c.i.w.i.i.j.s.JpsGlobalModelSynchronizerImpl - Saving global entities com.intellij.platform.workspace.jps.entities.LibraryEntity to files
