Closed HouChengYue closed 3 weeks ago
Describe the bug AS 版本:Android Studio Ladybug Feature Drop | 2024.2.2 Canary 9 Build #AI-242.23339.11.2422.12584204, built on October 31, 2024 Runtime version: 17.0.11+1-b1312.2 amd64 (JCEF 122.1.9) VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o. Toolkit: sun.awt.windows.WToolkit Windows 10.0 GC: G1 Young Generation, G1 Old Generation Memory: 2048M Cores: 8 Registry: ide.experimental.ui=true i18n.locale= terminal.new.ui=true Non-Bundled Plugins: com.intellij.marketplace (242.23339.24) de.docs_as_co.intellij.plugin.diagramsnet (0.2.6) izhangzhihao.rainbow.brackets (2024.2.6-241) ai.codegeex.plugin (2.18.0-223) com.urswolfer.intellij.plugin.gerrit (1.3.1-203) zielu.gittoolbox (600.0.5+242)
插件版本:GitToolBox(600.0.5+242)
安装后重启AndroidStudio 出现问题,不能正常使用报错log 如下 `Cannot create listener
com.intellij.diagnostic.PluginException: Cannot create listener zielu.gittoolbox.c.iR [Plugin: zielu.gittoolbox] at com.intellij.serviceContainer.ComponentManagerImpl.createListener(ComponentManagerImpl.kt:954) at com.intellij.util.messages.impl.CompositeMessageBus.subscribeLazyListeners$lambda$3(CompositeMessageBus.kt:123) at com.intellij.openapi.progress.Cancellation.computeInNonCancelableSection(Cancellation.java:62) at com.intellij.util.messages.impl.CompositeMessageBus.subscribeLazyListeners(CompositeMessageBus.kt:117) at com.intellij.util.messages.impl.CompositeMessageBus.doComputeSubscribers$intellij_platform_core(CompositeMessageBus.kt:93) at com.intellij.util.messages.impl.MessageBusImpl.computeSubscribers$intellij_platform_core(MessageBusImpl.kt:240) at com.intellij.util.messages.impl.CompositeMessageBus.computeSubscribers$intellij_platform_core(CompositeMessageBus.kt:88) at com.intellij.util.messages.impl.ToDirectChildrenMessagePublisher$publish$handlers$1.invoke(CompositeMessageBus.kt:277) at com.intellij.util.messages.impl.ToDirectChildrenMessagePublisher$publish$handlers$1.invoke(CompositeMessageBus.kt:277) at com.intellij.util.messages.impl.ToDirectChildrenMessagePublisher.publish$lambda$0(CompositeMessageBus.kt:277) at java.base/java.util.concurrent.ConcurrentHashMap.computeIfAbsent(ConcurrentHashMap.java:1708) at com.intellij.util.messages.impl.ToDirectChildrenMessagePublisher.publish$intellij_platform_core(CompositeMessageBus.kt:277) at com.intellij.util.messages.impl.MessagePublisher.invoke(MessageBusImpl.kt:471) at jdk.proxy2/jdk.proxy2.$Proxy175.before(Unknown Source) at com.intellij.openapi.vfs.newvfs.persistent.PersistentFSImpl.lambda$fireBeforeEvents$15(PersistentFSImpl.java:1499) at com.intellij.openapi.vfs.newvfs.persistent.PersistentFSImpl.runSuppressing(PersistentFSImpl.java:1123) at com.intellij.openapi.vfs.newvfs.persistent.PersistentFSImpl.fireBeforeEvents(PersistentFSImpl.java:1498) at com.intellij.openapi.vfs.newvfs.persistent.PersistentFSImpl.applyMultipleEvents(PersistentFSImpl.java:1465) at com.intellij.openapi.vfs.newvfs.persistent.PersistentFSImpl.processEventsImpl(PersistentFSImpl.java:1447) at com.intellij.openapi.vfs.newvfs.AsyncEventSupport.processEventsFromRefresh(AsyncEventSupport.java:153) at com.intellij.openapi.vfs.newvfs.RefreshSessionImpl.fireEventsInWriteAction(RefreshSessionImpl.java:247) at com.intellij.openapi.vfs.newvfs.RefreshSessionImpl.lambda$fireEvents$1(RefreshSessionImpl.java:229) at com.intellij.openapi.application.impl.AnyThreadWriteThreadingSupport.runEdtProgressWriteAction$lambda$7$lambda$6(AnyThreadWriteThreadingSupport.kt:429) at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$1(CoreProgressManager.java:221) at com.intellij.platform.diagnostic.telemetry.helpers.TraceKt.use(trace.kt:49) at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$2(CoreProgressManager.java:220) at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$executeProcessUnderProgress$13(CoreProgressManager.java:660) at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:735) at com.intellij.openapi.progress.impl.CoreProgressManager.computeUnderProgress(CoreProgressManager.java:691) at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:659) at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:79) at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:202) at com.intellij.openapi.progress.util.PotemkinProgress.runInSwingThread(PotemkinProgress.java:158) at com.intellij.openapi.application.impl.AnyThreadWriteThreadingSupport.runEdtProgressWriteAction$lambda$7(AnyThreadWriteThreadingSupport.kt:429) at com.intellij.openapi.application.impl.AnyThreadWriteThreadingSupport.runWriteAction(AnyThreadWriteThreadingSupport.kt:328) at com.intellij.openapi.application.impl.AnyThreadWriteThreadingSupport.runEdtProgressWriteAction(AnyThreadWriteThreadingSupport.kt:427) at com.intellij.openapi.application.impl.AnyThreadWriteThreadingSupport.runWriteActionWithNonCancellableProgressInDispatchThread(AnyThreadWriteThreadingSupport.kt:413) at com.intellij.openapi.application.impl.ApplicationImpl.runWriteActionWithNonCancellableProgressInDispatchThread(ApplicationImpl.java:876) at com.intellij.openapi.vfs.newvfs.RefreshSessionImpl.fireEvents(RefreshSessionImpl.java:225) at com.intellij.openapi.vfs.newvfs.RefreshQueueImpl.lambda$processEvents$3(RefreshQueueImpl.java:125) at com.intellij.openapi.application.impl.NonBlockingReadActionImpl$Submission.lambda$safeTransferToEdt$7(NonBlockingReadActionImpl.java:717) at com.intellij.openapi.application.TransactionGuardImpl.runWithWritingAllowed(TransactionGuardImpl.java:229) at com.intellij.openapi.application.TransactionGuardImpl.access$100(TransactionGuardImpl.java:22) at com.intellij.openapi.application.TransactionGuardImpl$1.run(TransactionGuardImpl.java:191) at com.intellij.openapi.application.impl.AnyThreadWriteThreadingSupport.runIntendedWriteActionOnCurrentThread$lambda$1(AnyThreadWriteThreadingSupport.kt:184) at com.intellij.openapi.application.impl.AnyThreadWriteThreadingSupport.runWriteIntentReadAction(AnyThreadWriteThreadingSupport.kt:84) at com.intellij.openapi.application.impl.AnyThreadWriteThreadingSupport.runIntendedWriteActionOnCurrentThread(AnyThreadWriteThreadingSupport.kt:183) at com.intellij.openapi.application.impl.ApplicationImpl.runIntendedWriteActionOnCurrentThread(ApplicationImpl.java:836) at com.intellij.openapi.application.impl.ApplicationImpl$2.run(ApplicationImpl.java:424) at com.intellij.openapi.application.impl.AnyThreadWriteThreadingSupport.runWithImplicitRead(AnyThreadWriteThreadingSupport.kt:122) at com.intellij.openapi.application.impl.ApplicationImpl.runWithImplicitRead(ApplicationImpl.java:1162) at com.intellij.openapi.application.impl.FlushQueue.doRun(FlushQueue.java:78) at com.intellij.openapi.application.impl.FlushQueue.runNextEvent(FlushQueue.java:119) at com.intellij.openapi.application.impl.FlushQueue.flushNow(FlushQueue.java:41) at java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:318) at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:792) at java.desktop/java.awt.EventQueue$3.run(EventQueue.java:739) at java.desktop/java.awt.EventQueue$3.run(EventQueue.java:733) at java.base/java.security.AccessController.doPrivileged(AccessController.java:399) at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:86) at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:761) at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.kt:696) at com.intellij.ide.IdeEventQueue._dispatchEvent$lambda$16(IdeEventQueue.kt:590) at com.intellij.openapi.application.impl.AnyThreadWriteThreadingSupport.runWithoutImplicitRead(AnyThreadWriteThreadingSupport.kt:117) at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.kt:590) at com.intellij.ide.IdeEventQueue.access$_dispatchEvent(IdeEventQueue.kt:73) at com.intellij.ide.IdeEventQueue$dispatchEvent$processEventRunnable$1$1$1$1.compute(IdeEventQueue.kt:357) at com.intellij.ide.IdeEventQueue$dispatchEvent$processEventRunnable$1$1$1$1.compute(IdeEventQueue.kt:356) at com.intellij.openapi.progress.impl.CoreProgressManager.computePrioritized(CoreProgressManager.java:843) at com.intellij.ide.IdeEventQueue$dispatchEvent$processEventRunnable$1$1$1.invoke(IdeEventQueue.kt:356) at com.intellij.ide.IdeEventQueue$dispatchEvent$processEventRunnable$1$1$1.invoke(IdeEventQueue.kt:351) at com.intellij.ide.IdeEventQueueKt$performActivity$runnableWithWIL$1.invoke$lambda$0(IdeEventQueue.kt:1035) at com.intellij.openapi.application.WriteIntentReadAction.lambda$run$0(WriteIntentReadAction.java:24) at com.intellij.openapi.application.impl.AnyThreadWriteThreadingSupport.runWriteIntentReadAction(AnyThreadWriteThreadingSupport.kt:84) at com.intellij.openapi.application.impl.ApplicationImpl.runWriteIntentReadAction(ApplicationImpl.java:910) at com.intellij.openapi.application.WriteIntentReadAction.compute(WriteIntentReadAction.java:55) at com.intellij.openapi.application.WriteIntentReadAction.run(WriteIntentReadAction.java:23) at com.intellij.ide.IdeEventQueueKt$performActivity$runnableWithWIL$1.invoke(IdeEventQueue.kt:1035) at com.intellij.ide.IdeEventQueueKt$performActivity$runnableWithWIL$1.invoke(IdeEventQueue.kt:1035) at com.intellij.ide.IdeEventQueueKt.performActivity$lambda$1(IdeEventQueue.kt:1036) at com.intellij.openapi.application.TransactionGuardImpl.performActivity(TransactionGuardImpl.java:106) at com.intellij.ide.IdeEventQueueKt.performActivity(IdeEventQueue.kt:1036) at com.intellij.ide.IdeEventQueue.dispatchEvent$lambda$10(IdeEventQueue.kt:351) at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.kt:397) at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:207) at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:128) at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:117) at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:113) at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:105) at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:92) Caused by: com.intellij.diagnostic.PluginException: Cannot load class zielu.gittoolbox.c.iR ( error: zielu/gittoolbox/c/iR has been compiled by a more recent version of the Java Runtime (class file version 65.0), this version of the Java Runtime only recognizes class file versions up to 61.0, classLoader=PluginClassLoader(plugin=PluginDescriptor(name=GitToolBox, id=zielu.gittoolbox, descriptorPath=plugin.xml, path=~\AppData\Roaming\Google\AndroidStudioPreview2024.2\plugins\gittoolbox, version=600.0.5+242, package=null, isBundled=false), packagePrefix=null, state=active, parents=PluginDescriptor(name=Kotlin, id=org.jetbrains.kotlin, moduleName=kotlin.features-trainer, descriptorPath=kotlin.features-trainer.xml, path=D:\Android\AndroidStudioCanary\plugins\Kotlin, version=242.23339.11.2422.12584204-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=D:\Android\AndroidStudioCanary\plugins\Kotlin, version=242.23339.11.2422.12584204-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=D:\Android\AndroidStudioCanary\plugins\Kotlin, version=242.23339.11.2422.12584204-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=D:\Android\AndroidStudioCanary\plugins\Kotlin, version=242.23339.11.2422.12584204-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=D:\Android\AndroidStudioCanary\plugins\Kotlin, version=242.23339.11.2422.12584204-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=D:\Android\AndroidStudioCanary\plugins\Kotlin, version=242.23339.11.2422.12584204-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=D:\Android\AndroidStudioCanary\plugins\Kotlin, version=242.23339.11.2422.12584204-AS, package=org.jetbrains.kotlin.onboarding.gradle, isBundled=true), PluginDescriptor(name=Kotlin, id=org.jetbrains.kotlin, moduleName=kotlin.onboarding, descriptorPath=kotlin.onboarding.xml, path=D:\Android\AndroidStudioCanary\plugins\Kotlin, version=242.23339.11.2422.12584204-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=D:\Android\AndroidStudioCanary\plugins\Kotlin, version=242.23339.11.2422.12584204-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=D:\Android\AndroidStudioCanary\plugins\Kotlin, version=242.23339.11.2422.12584204-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=D:\Android\AndroidStudioCanary\plugins\Kotlin, version=242.23339.11.2422.12584204-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=D:\Android\AndroidStudioCanary\plugins\Kotlin, version=242.23339.11.2422.12584204-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=D:\Android\AndroidStudioCanary\plugins\Kotlin, version=242.23339.11.2422.12584204-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=D:\Android\AndroidStudioCanary\plugins\Kotlin, version=242.23339.11.2422.12584204-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=D:\Android\AndroidStudioCanary\plugins\Kotlin, version=242.23339.11.2422.12584204-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=D:\Android\AndroidStudioCanary\plugins\Kotlin, version=242.23339.11.2422.12584204-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=D:\Android\AndroidStudioCanary\plugins\Kotlin, version=242.23339.11.2422.12584204-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=D:\Android\AndroidStudioCanary\plugins\Kotlin, version=242.23339.11.2422.12584204-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=D:\Android\AndroidStudioCanary\plugins\Kotlin, version=242.23339.11.2422.12584204-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=D:\Android\AndroidStudioCanary\plugins\Kotlin, version=242.23339.11.2422.12584204-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=D:\Android\AndroidStudioCanary\plugins\Kotlin, version=242.23339.11.2422.12584204-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=D:\Android\AndroidStudioCanary\plugins\Kotlin, version=242.23339.11.2422.12584204-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=D:\Android\AndroidStudioCanary\plugins\Kotlin, version=242.23339.11.2422.12584204-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=D:\Android\AndroidStudioCanary\plugins\Kotlin, version=242.23339.11.2422.12584204-AS, package=org.jetbrains.kotlin.idea.injection, isBundled=true), PluginDescriptor(name=Kotlin, id=org.jetbrains.kotlin, moduleName=kotlin.i18n, descriptorPath=kotlin.i18n.xml, path=D:\Android\AndroidStudioCanary\plugins\Kotlin, version=242.23339.11.2422.12584204-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=D:\Android\AndroidStudioCanary\plugins\Kotlin, version=242.23339.11.2422.12584204-AS, package=org.jetbrains.kotlin.idea.groovy, isBundled=true), PluginDescriptor(name=Kotlin, id=org.jetbrains.kotlin, moduleName=kotlin.grazie, descriptorPath=kotlin.grazie.xml, path=D:\Android\AndroidStudioCanary\plugins\Kotlin, version=242.23339.11.2422.12584204-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=D:\Android\AndroidStudioCanary\plugins\Kotlin, version=242.23339.11.2422.12584204-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=D:\Android\AndroidStudioCanary\plugins\Kotlin, version=242.23339.11.2422.12584204-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=D:\Android\AndroidStudioCanary\plugins\Kotlin, version=242.23339.11.2422.12584204-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=D:\Android\AndroidStudioCanary\plugins\Kotlin, version=242.23339.11.2422.12584204-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=D:\Android\AndroidStudioCanary\plugins\Kotlin, version=242.23339.11.2422.12584204-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=D:\Android\AndroidStudioCanary\plugins\Kotlin, version=242.23339.11.2422.12584204-AS, package=org.jetbrains.kotlin.idea.gradle, isBundled=true), PluginDescriptor(name=Kotlin, id=org.jetbrains.kotlin, moduleName=kotlin.git, descriptorPath=kotlin.git.xml, path=D:\Android\AndroidStudioCanary\plugins\Kotlin, version=242.23339.11.2422.12584204-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=D:\Android\AndroidStudioCanary\plugins\Kotlin, version=242.23339.11.2422.12584204-AS, package=org.jetbrains.kotlin.idea.fe10.junit, isBundled=true), PluginDescriptor(name=Kotlin, id=org.jetbrains.kotlin, moduleName=kotlin.jvm-debugger.sequence, descriptorPath=kotlin.jvm-debugger.sequence.xml, path=D:\Android\AndroidStudioCanary\plugins\Kotlin, version=242.23339.11.2422.12584204-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=D:\Android\AndroidStudioCanary\plugins\Kotlin, version=242.23339.11.2422.12584204-AS, package=org.jetbrains.kotlin.idea.coverage, isBundled=true), PluginDescriptor(name=Kotlin, id=org.jetbrains.kotlin, moduleName=kotlin.copyright, descriptorPath=kotlin.copyright.xml, path=D:\Android\AndroidStudioCanary\plugins\Kotlin, version=242.23339.11.2422.12584204-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=D:\Android\AndroidStudioCanary\plugins\Kotlin, version=242.23339.11.2422.12584204-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=D:\Android\AndroidStudioCanary\plugins\Kotlin, version=242.23339.11.2422.12584204-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=D:\Android\AndroidStudioCanary\plugins\Kotlin, version=242.23339.11.2422.12584204-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=D:\Android\AndroidStudioCanary\plugins\Kotlin, version=242.23339.11.2422.12584204-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=D:\Android\AndroidStudioCanary\plugins\Kotlin, version=242.23339.11.2422.12584204-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=D:\Android\AndroidStudioCanary\plugins\Kotlin, version=242.23339.11.2422.12584204-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=D:\Android\AndroidStudioCanary\plugins\Kotlin, version=242.23339.11.2422.12584204-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=D:\Android\AndroidStudioCanary\plugins\Kotlin, version=242.23339.11.2422.12584204-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=D:\Android\AndroidStudioCanary\plugins\Kotlin, version=242.23339.11.2422.12584204-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=D:\Android\AndroidStudioCanary\plugins\Kotlin, version=242.23339.11.2422.12584204-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=D:\Android\AndroidStudioCanary\plugins\Kotlin, version=242.23339.11.2422.12584204-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=D:\Android\AndroidStudioCanary\plugins\Kotlin, version=242.23339.11.2422.12584204-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=D:\Android\AndroidStudioCanary\plugins\Kotlin, version=242.23339.11.2422.12584204-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=D:\Android\AndroidStudioCanary\plugins\Kotlin, version=242.23339.11.2422.12584204-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=D:\Android\AndroidStudioCanary\plugins\Kotlin, version=242.23339.11.2422.12584204-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=D:\Android\AndroidStudioCanary\plugins\Kotlin, version=242.23339.11.2422.12584204-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=D:\Android\AndroidStudioCanary\plugins\Kotlin, version=242.23339.11.2422.12584204-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=D:\Android\AndroidStudioCanary\plugins\Kotlin, version=242.23339.11.2422.12584204-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=D:\Android\AndroidStudioCanary\plugins\Kotlin, version=242.23339.11.2422.12584204-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=D:\Android\AndroidStudioCanary\plugins\Kotlin, version=242.23339.11.2422.12584204-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=D:\Android\AndroidStudioCanary\plugins\Kotlin, version=242.23339.11.2422.12584204-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=D:\Android\AndroidStudioCanary\plugins\Kotlin, version=242.23339.11.2422.12584204-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=D:\Android\AndroidStudioCanary\plugins\Kotlin, version=242.23339.11.2422.12584204-AS, package=org.jetbrains.kotlin.idea.base.fe10.analysisApiPlatform, isBundled=true), PluginDescriptor(name=Kotlin, id=org.jetbrains.kotlin, moduleName=kotlin.base.analysis-api-platform, descriptorPath=kotlin.base.analysis-api-platform.xml, path=D:\Android\AndroidStudioCanary\plugins\Kotlin, version=242.23339.11.2422.12584204-AS, package=org.jetbrains.kotlin.idea.base.analysisApiPlatform, isBundled=true), PluginDescriptor(name=Git, id=Git4Idea, moduleName=intellij.vcs.git/terminal, descriptorPath=intellij.vcs.git.terminal.xml, path=D:\Android\AndroidStudioCanary\plugins\vcs-git, version=242.23339.11.2422.12584204, package=git4idea.terminal, isBundled=true), PluginDescriptor(name=Git, id=Git4Idea, moduleName=intellij.vcs.git/newUiOnboarding, descriptorPath=intellij.vcs.git.newUiOnboarding.xml, path=D:\Android\AndroidStudioCanary\plugins\vcs-git, version=242.23339.11.2422.12584204, package=git4idea.newUiOnboarding, isBundled=true), PluginDescriptor(name=Git, id=Git4Idea, moduleName=intellij.vcs.git.coverage, descriptorPath=intellij.vcs.git.coverage.xml, path=D:\Android\AndroidStudioCanary\plugins\vcs-git, version=242.23339.11.2422.12584204, package=com.intellij.vcs.git.coverage, isBundled=true), PluginDescriptor(name=Kotlin, id=org.jetbrains.kotlin, moduleName=kotlin.performanceExtendedPlugin, descriptorPath=kotlin.performanceExtendedPlugin.xml, path=D:\Android\AndroidStudioCanary\plugins\Kotlin, version=242.23339.11.2422.12584204-AS, package=com.intellij.performance.performancePlugin, isBundled=true), PluginDescriptor(name=Java, id=com.intellij.java, moduleName=intellij.java.performancePlugin, descriptorPath=intellij.java.performancePlugin.xml, path=D:\Android\AndroidStudioCanary\plugins\java, version=242.23339.11.2422.12584204, 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=D:\Android\AndroidStudioCanary\plugins\java, version=242.23339.11.2422.12584204, 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=D:\Android\AndroidStudioCanary\lib, version=242.23339.11, 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=D:\Android\AndroidStudioCanary\lib, version=242.23339.11, 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=D:\Android\AndroidStudioCanary\lib, version=242.23339.11, package=null, isBundled=true), PluginDescriptor(name=Java, id=com.intellij.java, moduleName=intellij.java.vcs, descriptorPath=intellij.java.vcs.xml, path=D:\Android\AndroidStudioCanary\plugins\java, version=242.23339.11.2422.12584204, package=null, isBundled=true), PluginDescriptor(name=Java, id=com.intellij.java, moduleName=intellij.java.unscramble, descriptorPath=intellij.java.unscramble.xml, path=D:\Android\AndroidStudioCanary\plugins\java, version=242.23339.11.2422.12584204, package=null, isBundled=true), PluginDescriptor(name=Java, id=com.intellij.java, moduleName=intellij.java.featuresTrainer, descriptorPath=intellij.java.featuresTrainer.xml, path=D:\Android\AndroidStudioCanary\plugins\java, version=242.23339.11.2422.12584204, package=null, isBundled=true), PluginDescriptor(name=Java, id=com.intellij.java, moduleName=intellij.java.structuralSearch, descriptorPath=intellij.java.structuralSearch.xml, path=D:\Android\AndroidStudioCanary\plugins\java, version=242.23339.11.2422.12584204, package=null, isBundled=true), PluginDescriptor(name=IDEA CORE, id=com.intellij, moduleName=intellij.platform.collaborationTools, descriptorPath=intellij.platform.collaborationTools.xml, path=D:\Android\AndroidStudioCanary\lib, version=242.23339.11, package=null, isBundled=true), PluginDescriptor(name=Kotlin, id=org.jetbrains.kotlin, descriptorPath=plugin.xml, path=D:\Android\AndroidStudioCanary\plugins\Kotlin, version=242.23339.11.2422.12584204-AS, package=org.jetbrains.kotlin, isBundled=true), PluginDescriptor(name=Git, id=Git4Idea, descriptorPath=plugin.xml, path=D:\Android\AndroidStudioCanary\plugins\vcs-git, version=242.23339.11.2422.12584204, package=git4idea, isBundled=true), PluginDescriptor(name=Java, id=com.intellij.java, descriptorPath=plugin.xml, path=D:\Android\AndroidStudioCanary\plugins\java, version=242.23339.11.2422.12584204, package=null, isBundled=true), PluginDescriptor(name=Android, id=org.jetbrains.android, descriptorPath=plugin.xml, path=D:\Android\AndroidStudioCanary\plugins\android, version=242.23339.11.2422.12584204, package=null, isBundled=true), ) ) at com.intellij.ide.plugins.cl.PluginClassLoader.loadClassInsideSelf(PluginClassLoader.kt:335) at com.intellij.ide.plugins.cl.PluginClassLoader.tryLoadingClass(PluginClassLoader.kt:179) at com.intellij.serviceContainer.ComponentManagerImplKt.doLoadClass(ComponentManagerImpl.kt:1464) at com.intellij.serviceContainer.ComponentManagerImplKt.doLoadClass$default(ComponentManagerImpl.kt:1460) at com.intellij.serviceContainer.ComponentManagerImpl.createListener(ComponentManagerImpl.kt:951) ... 89 more Caused by: java.lang.UnsupportedClassVersionError: zielu/gittoolbox/c/iR has been compiled by a more recent version of the Java Runtime (class file version 65.0), this version of the Java Runtime only recognizes class file versions up to 61.0 at java.base/java.lang.ClassLoader.defineClass2(Native Method) at java.base/java.lang.ClassLoader.defineClass(ClassLoader.java:1108) at com.intellij.util.lang.UrlClassLoader.consumeClassData(UrlClassLoader.java:276) at com.intellij.util.lang.ZipResourceFile.findClass(ZipResourceFile.java:115) at com.intellij.util.lang.JarLoader.findClass(JarLoader.java:58) at com.intellij.util.lang.ClassPath.findClassInLoader(ClassPath.java:240) at com.intellij.util.lang.ClassPath.findClass(ClassPath.java:190) at com.intellij.ide.plugins.cl.PluginClassLoader.loadClassInsideSelf(PluginClassLoader.kt:330) ... 93 more `
Hi, looks like duplicate of #574. This version of Android Studio normally runs on JRE 21 and here you are using 17
Describe the bug AS 版本:Android Studio Ladybug Feature Drop | 2024.2.2 Canary 9 Build #AI-242.23339.11.2422.12584204, built on October 31, 2024 Runtime version: 17.0.11+1-b1312.2 amd64 (JCEF 122.1.9) VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o. Toolkit: sun.awt.windows.WToolkit Windows 10.0 GC: G1 Young Generation, G1 Old Generation Memory: 2048M Cores: 8 Registry: ide.experimental.ui=true i18n.locale= terminal.new.ui=true Non-Bundled Plugins: com.intellij.marketplace (242.23339.24) de.docs_as_co.intellij.plugin.diagramsnet (0.2.6) izhangzhihao.rainbow.brackets (2024.2.6-241) ai.codegeex.plugin (2.18.0-223) com.urswolfer.intellij.plugin.gerrit (1.3.1-203) zielu.gittoolbox (600.0.5+242)
插件版本:GitToolBox(600.0.5+242)
安装后重启AndroidStudio 出现问题,不能正常使用报错log 如下 `Cannot create listener
com.intellij.diagnostic.PluginException: Cannot create listener zielu.gittoolbox.c.iR [Plugin: zielu.gittoolbox] at com.intellij.serviceContainer.ComponentManagerImpl.createListener(ComponentManagerImpl.kt:954) at com.intellij.util.messages.impl.CompositeMessageBus.subscribeLazyListeners$lambda$3(CompositeMessageBus.kt:123) at com.intellij.openapi.progress.Cancellation.computeInNonCancelableSection(Cancellation.java:62) at com.intellij.util.messages.impl.CompositeMessageBus.subscribeLazyListeners(CompositeMessageBus.kt:117) at com.intellij.util.messages.impl.CompositeMessageBus.doComputeSubscribers$intellij_platform_core(CompositeMessageBus.kt:93) at com.intellij.util.messages.impl.MessageBusImpl.computeSubscribers$intellij_platform_core(MessageBusImpl.kt:240) at com.intellij.util.messages.impl.CompositeMessageBus.computeSubscribers$intellij_platform_core(CompositeMessageBus.kt:88) at com.intellij.util.messages.impl.ToDirectChildrenMessagePublisher$publish$handlers$1.invoke(CompositeMessageBus.kt:277) at com.intellij.util.messages.impl.ToDirectChildrenMessagePublisher$publish$handlers$1.invoke(CompositeMessageBus.kt:277) at com.intellij.util.messages.impl.ToDirectChildrenMessagePublisher.publish$lambda$0(CompositeMessageBus.kt:277) at java.base/java.util.concurrent.ConcurrentHashMap.computeIfAbsent(ConcurrentHashMap.java:1708) at com.intellij.util.messages.impl.ToDirectChildrenMessagePublisher.publish$intellij_platform_core(CompositeMessageBus.kt:277) at com.intellij.util.messages.impl.MessagePublisher.invoke(MessageBusImpl.kt:471) at jdk.proxy2/jdk.proxy2.$Proxy175.before(Unknown Source) at com.intellij.openapi.vfs.newvfs.persistent.PersistentFSImpl.lambda$fireBeforeEvents$15(PersistentFSImpl.java:1499) at com.intellij.openapi.vfs.newvfs.persistent.PersistentFSImpl.runSuppressing(PersistentFSImpl.java:1123) at com.intellij.openapi.vfs.newvfs.persistent.PersistentFSImpl.fireBeforeEvents(PersistentFSImpl.java:1498) at com.intellij.openapi.vfs.newvfs.persistent.PersistentFSImpl.applyMultipleEvents(PersistentFSImpl.java:1465) at com.intellij.openapi.vfs.newvfs.persistent.PersistentFSImpl.processEventsImpl(PersistentFSImpl.java:1447) at com.intellij.openapi.vfs.newvfs.AsyncEventSupport.processEventsFromRefresh(AsyncEventSupport.java:153) at com.intellij.openapi.vfs.newvfs.RefreshSessionImpl.fireEventsInWriteAction(RefreshSessionImpl.java:247) at com.intellij.openapi.vfs.newvfs.RefreshSessionImpl.lambda$fireEvents$1(RefreshSessionImpl.java:229) at com.intellij.openapi.application.impl.AnyThreadWriteThreadingSupport.runEdtProgressWriteAction$lambda$7$lambda$6(AnyThreadWriteThreadingSupport.kt:429) at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$1(CoreProgressManager.java:221) at com.intellij.platform.diagnostic.telemetry.helpers.TraceKt.use(trace.kt:49) at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$2(CoreProgressManager.java:220) at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$executeProcessUnderProgress$13(CoreProgressManager.java:660) at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:735) at com.intellij.openapi.progress.impl.CoreProgressManager.computeUnderProgress(CoreProgressManager.java:691) at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:659) at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:79) at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:202) at com.intellij.openapi.progress.util.PotemkinProgress.runInSwingThread(PotemkinProgress.java:158) at com.intellij.openapi.application.impl.AnyThreadWriteThreadingSupport.runEdtProgressWriteAction$lambda$7(AnyThreadWriteThreadingSupport.kt:429) at com.intellij.openapi.application.impl.AnyThreadWriteThreadingSupport.runWriteAction(AnyThreadWriteThreadingSupport.kt:328) at com.intellij.openapi.application.impl.AnyThreadWriteThreadingSupport.runEdtProgressWriteAction(AnyThreadWriteThreadingSupport.kt:427) at com.intellij.openapi.application.impl.AnyThreadWriteThreadingSupport.runWriteActionWithNonCancellableProgressInDispatchThread(AnyThreadWriteThreadingSupport.kt:413) at com.intellij.openapi.application.impl.ApplicationImpl.runWriteActionWithNonCancellableProgressInDispatchThread(ApplicationImpl.java:876) at com.intellij.openapi.vfs.newvfs.RefreshSessionImpl.fireEvents(RefreshSessionImpl.java:225) at com.intellij.openapi.vfs.newvfs.RefreshQueueImpl.lambda$processEvents$3(RefreshQueueImpl.java:125) at com.intellij.openapi.application.impl.NonBlockingReadActionImpl$Submission.lambda$safeTransferToEdt$7(NonBlockingReadActionImpl.java:717) at com.intellij.openapi.application.TransactionGuardImpl.runWithWritingAllowed(TransactionGuardImpl.java:229) at com.intellij.openapi.application.TransactionGuardImpl.access$100(TransactionGuardImpl.java:22) at com.intellij.openapi.application.TransactionGuardImpl$1.run(TransactionGuardImpl.java:191) at com.intellij.openapi.application.impl.AnyThreadWriteThreadingSupport.runIntendedWriteActionOnCurrentThread$lambda$1(AnyThreadWriteThreadingSupport.kt:184) at com.intellij.openapi.application.impl.AnyThreadWriteThreadingSupport.runWriteIntentReadAction(AnyThreadWriteThreadingSupport.kt:84) at com.intellij.openapi.application.impl.AnyThreadWriteThreadingSupport.runIntendedWriteActionOnCurrentThread(AnyThreadWriteThreadingSupport.kt:183) at com.intellij.openapi.application.impl.ApplicationImpl.runIntendedWriteActionOnCurrentThread(ApplicationImpl.java:836) at com.intellij.openapi.application.impl.ApplicationImpl$2.run(ApplicationImpl.java:424) at com.intellij.openapi.application.impl.AnyThreadWriteThreadingSupport.runWithImplicitRead(AnyThreadWriteThreadingSupport.kt:122) at com.intellij.openapi.application.impl.ApplicationImpl.runWithImplicitRead(ApplicationImpl.java:1162) at com.intellij.openapi.application.impl.FlushQueue.doRun(FlushQueue.java:78) at com.intellij.openapi.application.impl.FlushQueue.runNextEvent(FlushQueue.java:119) at com.intellij.openapi.application.impl.FlushQueue.flushNow(FlushQueue.java:41) at java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:318) at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:792) at java.desktop/java.awt.EventQueue$3.run(EventQueue.java:739) at java.desktop/java.awt.EventQueue$3.run(EventQueue.java:733) at java.base/java.security.AccessController.doPrivileged(AccessController.java:399) at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:86) at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:761) at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.kt:696) at com.intellij.ide.IdeEventQueue._dispatchEvent$lambda$16(IdeEventQueue.kt:590) at com.intellij.openapi.application.impl.AnyThreadWriteThreadingSupport.runWithoutImplicitRead(AnyThreadWriteThreadingSupport.kt:117) at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.kt:590) at com.intellij.ide.IdeEventQueue.access$_dispatchEvent(IdeEventQueue.kt:73) at com.intellij.ide.IdeEventQueue$dispatchEvent$processEventRunnable$1$1$1$1.compute(IdeEventQueue.kt:357) at com.intellij.ide.IdeEventQueue$dispatchEvent$processEventRunnable$1$1$1$1.compute(IdeEventQueue.kt:356) at com.intellij.openapi.progress.impl.CoreProgressManager.computePrioritized(CoreProgressManager.java:843) at com.intellij.ide.IdeEventQueue$dispatchEvent$processEventRunnable$1$1$1.invoke(IdeEventQueue.kt:356) at com.intellij.ide.IdeEventQueue$dispatchEvent$processEventRunnable$1$1$1.invoke(IdeEventQueue.kt:351) at com.intellij.ide.IdeEventQueueKt$performActivity$runnableWithWIL$1.invoke$lambda$0(IdeEventQueue.kt:1035) at com.intellij.openapi.application.WriteIntentReadAction.lambda$run$0(WriteIntentReadAction.java:24) at com.intellij.openapi.application.impl.AnyThreadWriteThreadingSupport.runWriteIntentReadAction(AnyThreadWriteThreadingSupport.kt:84) at com.intellij.openapi.application.impl.ApplicationImpl.runWriteIntentReadAction(ApplicationImpl.java:910) at com.intellij.openapi.application.WriteIntentReadAction.compute(WriteIntentReadAction.java:55) at com.intellij.openapi.application.WriteIntentReadAction.run(WriteIntentReadAction.java:23) at com.intellij.ide.IdeEventQueueKt$performActivity$runnableWithWIL$1.invoke(IdeEventQueue.kt:1035) at com.intellij.ide.IdeEventQueueKt$performActivity$runnableWithWIL$1.invoke(IdeEventQueue.kt:1035) at com.intellij.ide.IdeEventQueueKt.performActivity$lambda$1(IdeEventQueue.kt:1036) at com.intellij.openapi.application.TransactionGuardImpl.performActivity(TransactionGuardImpl.java:106) at com.intellij.ide.IdeEventQueueKt.performActivity(IdeEventQueue.kt:1036) at com.intellij.ide.IdeEventQueue.dispatchEvent$lambda$10(IdeEventQueue.kt:351) at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.kt:397) at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:207) at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:128) at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:117) at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:113) at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:105) at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:92) Caused by: com.intellij.diagnostic.PluginException: Cannot load class zielu.gittoolbox.c.iR ( error: zielu/gittoolbox/c/iR has been compiled by a more recent version of the Java Runtime (class file version 65.0), this version of the Java Runtime only recognizes class file versions up to 61.0, classLoader=PluginClassLoader(plugin=PluginDescriptor(name=GitToolBox, id=zielu.gittoolbox, descriptorPath=plugin.xml, path=~\AppData\Roaming\Google\AndroidStudioPreview2024.2\plugins\gittoolbox, version=600.0.5+242, package=null, isBundled=false), packagePrefix=null, state=active, parents=PluginDescriptor(name=Kotlin, id=org.jetbrains.kotlin, moduleName=kotlin.features-trainer, descriptorPath=kotlin.features-trainer.xml, path=D:\Android\AndroidStudioCanary\plugins\Kotlin, version=242.23339.11.2422.12584204-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=D:\Android\AndroidStudioCanary\plugins\Kotlin, version=242.23339.11.2422.12584204-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=D:\Android\AndroidStudioCanary\plugins\Kotlin, version=242.23339.11.2422.12584204-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=D:\Android\AndroidStudioCanary\plugins\Kotlin, version=242.23339.11.2422.12584204-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=D:\Android\AndroidStudioCanary\plugins\Kotlin, version=242.23339.11.2422.12584204-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=D:\Android\AndroidStudioCanary\plugins\Kotlin, version=242.23339.11.2422.12584204-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=D:\Android\AndroidStudioCanary\plugins\Kotlin, version=242.23339.11.2422.12584204-AS, package=org.jetbrains.kotlin.onboarding.gradle, isBundled=true), PluginDescriptor(name=Kotlin, id=org.jetbrains.kotlin, moduleName=kotlin.onboarding, descriptorPath=kotlin.onboarding.xml, path=D:\Android\AndroidStudioCanary\plugins\Kotlin, version=242.23339.11.2422.12584204-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=D:\Android\AndroidStudioCanary\plugins\Kotlin, version=242.23339.11.2422.12584204-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=D:\Android\AndroidStudioCanary\plugins\Kotlin, version=242.23339.11.2422.12584204-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=D:\Android\AndroidStudioCanary\plugins\Kotlin, version=242.23339.11.2422.12584204-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=D:\Android\AndroidStudioCanary\plugins\Kotlin, version=242.23339.11.2422.12584204-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=D:\Android\AndroidStudioCanary\plugins\Kotlin, version=242.23339.11.2422.12584204-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=D:\Android\AndroidStudioCanary\plugins\Kotlin, version=242.23339.11.2422.12584204-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=D:\Android\AndroidStudioCanary\plugins\Kotlin, version=242.23339.11.2422.12584204-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=D:\Android\AndroidStudioCanary\plugins\Kotlin, version=242.23339.11.2422.12584204-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=D:\Android\AndroidStudioCanary\plugins\Kotlin, version=242.23339.11.2422.12584204-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=D:\Android\AndroidStudioCanary\plugins\Kotlin, version=242.23339.11.2422.12584204-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=D:\Android\AndroidStudioCanary\plugins\Kotlin, version=242.23339.11.2422.12584204-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=D:\Android\AndroidStudioCanary\plugins\Kotlin, version=242.23339.11.2422.12584204-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=D:\Android\AndroidStudioCanary\plugins\Kotlin, version=242.23339.11.2422.12584204-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=D:\Android\AndroidStudioCanary\plugins\Kotlin, version=242.23339.11.2422.12584204-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=D:\Android\AndroidStudioCanary\plugins\Kotlin, version=242.23339.11.2422.12584204-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=D:\Android\AndroidStudioCanary\plugins\Kotlin, version=242.23339.11.2422.12584204-AS, package=org.jetbrains.kotlin.idea.injection, isBundled=true), PluginDescriptor(name=Kotlin, id=org.jetbrains.kotlin, moduleName=kotlin.i18n, descriptorPath=kotlin.i18n.xml, path=D:\Android\AndroidStudioCanary\plugins\Kotlin, version=242.23339.11.2422.12584204-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=D:\Android\AndroidStudioCanary\plugins\Kotlin, version=242.23339.11.2422.12584204-AS, package=org.jetbrains.kotlin.idea.groovy, isBundled=true), PluginDescriptor(name=Kotlin, id=org.jetbrains.kotlin, moduleName=kotlin.grazie, descriptorPath=kotlin.grazie.xml, path=D:\Android\AndroidStudioCanary\plugins\Kotlin, version=242.23339.11.2422.12584204-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=D:\Android\AndroidStudioCanary\plugins\Kotlin, version=242.23339.11.2422.12584204-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=D:\Android\AndroidStudioCanary\plugins\Kotlin, version=242.23339.11.2422.12584204-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=D:\Android\AndroidStudioCanary\plugins\Kotlin, version=242.23339.11.2422.12584204-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=D:\Android\AndroidStudioCanary\plugins\Kotlin, version=242.23339.11.2422.12584204-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=D:\Android\AndroidStudioCanary\plugins\Kotlin, version=242.23339.11.2422.12584204-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=D:\Android\AndroidStudioCanary\plugins\Kotlin, version=242.23339.11.2422.12584204-AS, package=org.jetbrains.kotlin.idea.gradle, isBundled=true), PluginDescriptor(name=Kotlin, id=org.jetbrains.kotlin, moduleName=kotlin.git, descriptorPath=kotlin.git.xml, path=D:\Android\AndroidStudioCanary\plugins\Kotlin, version=242.23339.11.2422.12584204-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=D:\Android\AndroidStudioCanary\plugins\Kotlin, version=242.23339.11.2422.12584204-AS, package=org.jetbrains.kotlin.idea.fe10.junit, isBundled=true), PluginDescriptor(name=Kotlin, id=org.jetbrains.kotlin, moduleName=kotlin.jvm-debugger.sequence, descriptorPath=kotlin.jvm-debugger.sequence.xml, path=D:\Android\AndroidStudioCanary\plugins\Kotlin, version=242.23339.11.2422.12584204-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=D:\Android\AndroidStudioCanary\plugins\Kotlin, version=242.23339.11.2422.12584204-AS, package=org.jetbrains.kotlin.idea.coverage, isBundled=true), PluginDescriptor(name=Kotlin, id=org.jetbrains.kotlin, moduleName=kotlin.copyright, descriptorPath=kotlin.copyright.xml, path=D:\Android\AndroidStudioCanary\plugins\Kotlin, version=242.23339.11.2422.12584204-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=D:\Android\AndroidStudioCanary\plugins\Kotlin, version=242.23339.11.2422.12584204-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=D:\Android\AndroidStudioCanary\plugins\Kotlin, version=242.23339.11.2422.12584204-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=D:\Android\AndroidStudioCanary\plugins\Kotlin, version=242.23339.11.2422.12584204-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=D:\Android\AndroidStudioCanary\plugins\Kotlin, version=242.23339.11.2422.12584204-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=D:\Android\AndroidStudioCanary\plugins\Kotlin, version=242.23339.11.2422.12584204-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=D:\Android\AndroidStudioCanary\plugins\Kotlin, version=242.23339.11.2422.12584204-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=D:\Android\AndroidStudioCanary\plugins\Kotlin, version=242.23339.11.2422.12584204-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=D:\Android\AndroidStudioCanary\plugins\Kotlin, version=242.23339.11.2422.12584204-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=D:\Android\AndroidStudioCanary\plugins\Kotlin, version=242.23339.11.2422.12584204-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=D:\Android\AndroidStudioCanary\plugins\Kotlin, version=242.23339.11.2422.12584204-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=D:\Android\AndroidStudioCanary\plugins\Kotlin, version=242.23339.11.2422.12584204-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=D:\Android\AndroidStudioCanary\plugins\Kotlin, version=242.23339.11.2422.12584204-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=D:\Android\AndroidStudioCanary\plugins\Kotlin, version=242.23339.11.2422.12584204-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=D:\Android\AndroidStudioCanary\plugins\Kotlin, version=242.23339.11.2422.12584204-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=D:\Android\AndroidStudioCanary\plugins\Kotlin, version=242.23339.11.2422.12584204-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=D:\Android\AndroidStudioCanary\plugins\Kotlin, version=242.23339.11.2422.12584204-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=D:\Android\AndroidStudioCanary\plugins\Kotlin, version=242.23339.11.2422.12584204-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=D:\Android\AndroidStudioCanary\plugins\Kotlin, version=242.23339.11.2422.12584204-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=D:\Android\AndroidStudioCanary\plugins\Kotlin, version=242.23339.11.2422.12584204-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=D:\Android\AndroidStudioCanary\plugins\Kotlin, version=242.23339.11.2422.12584204-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=D:\Android\AndroidStudioCanary\plugins\Kotlin, version=242.23339.11.2422.12584204-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=D:\Android\AndroidStudioCanary\plugins\Kotlin, version=242.23339.11.2422.12584204-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=D:\Android\AndroidStudioCanary\plugins\Kotlin, version=242.23339.11.2422.12584204-AS, package=org.jetbrains.kotlin.idea.base.fe10.analysisApiPlatform, isBundled=true), PluginDescriptor(name=Kotlin, id=org.jetbrains.kotlin, moduleName=kotlin.base.analysis-api-platform, descriptorPath=kotlin.base.analysis-api-platform.xml, path=D:\Android\AndroidStudioCanary\plugins\Kotlin, version=242.23339.11.2422.12584204-AS, package=org.jetbrains.kotlin.idea.base.analysisApiPlatform, isBundled=true), PluginDescriptor(name=Git, id=Git4Idea, moduleName=intellij.vcs.git/terminal, descriptorPath=intellij.vcs.git.terminal.xml, path=D:\Android\AndroidStudioCanary\plugins\vcs-git, version=242.23339.11.2422.12584204, package=git4idea.terminal, isBundled=true), PluginDescriptor(name=Git, id=Git4Idea, moduleName=intellij.vcs.git/newUiOnboarding, descriptorPath=intellij.vcs.git.newUiOnboarding.xml, path=D:\Android\AndroidStudioCanary\plugins\vcs-git, version=242.23339.11.2422.12584204, package=git4idea.newUiOnboarding, isBundled=true), PluginDescriptor(name=Git, id=Git4Idea, moduleName=intellij.vcs.git.coverage, descriptorPath=intellij.vcs.git.coverage.xml, path=D:\Android\AndroidStudioCanary\plugins\vcs-git, version=242.23339.11.2422.12584204, package=com.intellij.vcs.git.coverage, isBundled=true), PluginDescriptor(name=Kotlin, id=org.jetbrains.kotlin, moduleName=kotlin.performanceExtendedPlugin, descriptorPath=kotlin.performanceExtendedPlugin.xml, path=D:\Android\AndroidStudioCanary\plugins\Kotlin, version=242.23339.11.2422.12584204-AS, package=com.intellij.performance.performancePlugin, isBundled=true), PluginDescriptor(name=Java, id=com.intellij.java, moduleName=intellij.java.performancePlugin, descriptorPath=intellij.java.performancePlugin.xml, path=D:\Android\AndroidStudioCanary\plugins\java, version=242.23339.11.2422.12584204, 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=D:\Android\AndroidStudioCanary\plugins\java, version=242.23339.11.2422.12584204, 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=D:\Android\AndroidStudioCanary\lib, version=242.23339.11, 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=D:\Android\AndroidStudioCanary\lib, version=242.23339.11, 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=D:\Android\AndroidStudioCanary\lib, version=242.23339.11, package=null, isBundled=true), PluginDescriptor(name=Java, id=com.intellij.java, moduleName=intellij.java.vcs, descriptorPath=intellij.java.vcs.xml, path=D:\Android\AndroidStudioCanary\plugins\java, version=242.23339.11.2422.12584204, package=null, isBundled=true), PluginDescriptor(name=Java, id=com.intellij.java, moduleName=intellij.java.unscramble, descriptorPath=intellij.java.unscramble.xml, path=D:\Android\AndroidStudioCanary\plugins\java, version=242.23339.11.2422.12584204, package=null, isBundled=true), PluginDescriptor(name=Java, id=com.intellij.java, moduleName=intellij.java.featuresTrainer, descriptorPath=intellij.java.featuresTrainer.xml, path=D:\Android\AndroidStudioCanary\plugins\java, version=242.23339.11.2422.12584204, package=null, isBundled=true), PluginDescriptor(name=Java, id=com.intellij.java, moduleName=intellij.java.structuralSearch, descriptorPath=intellij.java.structuralSearch.xml, path=D:\Android\AndroidStudioCanary\plugins\java, version=242.23339.11.2422.12584204, package=null, isBundled=true), PluginDescriptor(name=IDEA CORE, id=com.intellij, moduleName=intellij.platform.collaborationTools, descriptorPath=intellij.platform.collaborationTools.xml, path=D:\Android\AndroidStudioCanary\lib, version=242.23339.11, package=null, isBundled=true), PluginDescriptor(name=Kotlin, id=org.jetbrains.kotlin, descriptorPath=plugin.xml, path=D:\Android\AndroidStudioCanary\plugins\Kotlin, version=242.23339.11.2422.12584204-AS, package=org.jetbrains.kotlin, isBundled=true), PluginDescriptor(name=Git, id=Git4Idea, descriptorPath=plugin.xml, path=D:\Android\AndroidStudioCanary\plugins\vcs-git, version=242.23339.11.2422.12584204, package=git4idea, isBundled=true), PluginDescriptor(name=Java, id=com.intellij.java, descriptorPath=plugin.xml, path=D:\Android\AndroidStudioCanary\plugins\java, version=242.23339.11.2422.12584204, package=null, isBundled=true), PluginDescriptor(name=Android, id=org.jetbrains.android, descriptorPath=plugin.xml, path=D:\Android\AndroidStudioCanary\plugins\android, version=242.23339.11.2422.12584204, package=null, isBundled=true), ) ) at com.intellij.ide.plugins.cl.PluginClassLoader.loadClassInsideSelf(PluginClassLoader.kt:335) at com.intellij.ide.plugins.cl.PluginClassLoader.tryLoadingClass(PluginClassLoader.kt:179) at com.intellij.serviceContainer.ComponentManagerImplKt.doLoadClass(ComponentManagerImpl.kt:1464) at com.intellij.serviceContainer.ComponentManagerImplKt.doLoadClass$default(ComponentManagerImpl.kt:1460) at com.intellij.serviceContainer.ComponentManagerImpl.createListener(ComponentManagerImpl.kt:951) ... 89 more Caused by: java.lang.UnsupportedClassVersionError: zielu/gittoolbox/c/iR has been compiled by a more recent version of the Java Runtime (class file version 65.0), this version of the Java Runtime only recognizes class file versions up to 61.0 at java.base/java.lang.ClassLoader.defineClass2(Native Method) at java.base/java.lang.ClassLoader.defineClass(ClassLoader.java:1108) at com.intellij.util.lang.UrlClassLoader.consumeClassData(UrlClassLoader.java:276) at com.intellij.util.lang.ZipResourceFile.findClass(ZipResourceFile.java:115) at com.intellij.util.lang.JarLoader.findClass(JarLoader.java:58) at com.intellij.util.lang.ClassPath.findClassInLoader(ClassPath.java:240) at com.intellij.util.lang.ClassPath.findClass(ClassPath.java:190) at com.intellij.ide.plugins.cl.PluginClassLoader.loadClassInsideSelf(PluginClassLoader.kt:330) ... 93 more `