I just downloaded new components, Android Studio, intelij community, updated gradle, java, jre, jdk (–version 22)… put it all into a new clean directory. Made sure the environments from past javacs were gone, java home updated classpath updated (all working except studio, crashes on start with the below).
Hoping there is a config or xml file entry to make manually that will allow studio to startup where and the directions above will work.
Thanks in advance.
PS. the issuetracker is kinda useless, tells me what I know, not where to put a config entry that will address the application crash.
irky
=== begin ===
Internal error. Please refer to https://issuetracker.google.com/issues/new?component=192708
com.intellij.ide.plugins.EssentialPluginMissingException: Missing essential plugins: com.android.tools.design, org.jetbrains.android
at com.intellij.ide.plugins.PluginManagerCore.checkEssentialPluginsAreAvailable(PluginManagerCore.kt:577)
at com.intellij.ide.plugins.PluginManagerCore.initializePlugins(PluginManagerCore.kt:644)
at com.intellij.ide.plugins.PluginManagerCore$initializeAndSetPlugins$2.invokeSuspend(PluginManagerCore.kt:830)
at com.intellij.ide.plugins.PluginManagerCore$initializeAndSetPlugins$2.invoke(PluginManagerCore.kt)
at com.intellij.ide.plugins.PluginManagerCore$initializeAndSetPlugins$2.invoke(PluginManagerCore.kt)
at kotlinx.coroutines.intrinsics.UndispatchedKt.startUndispatchedOrReturn(Undispatched.kt:78)
at kotlinx.coroutines.BuildersKt__Builders_commonKt.withContext(Builders.common.kt:167)
at kotlinx.coroutines.BuildersKt.withContext(Unknown Source)
at com.intellij.platform.diagnostic.telemetry.impl.TracerKt.span(tracer.kt:56)
at com.intellij.idea.Main$startApp$2$1$1.span(Main.kt:92)
at com.intellij.diagnostic.CoroutineTracerShim.span$default(CoroutineTracerShim.kt:31)
at com.intellij.ide.plugins.PluginManagerCore.initializeAndSetPlugins$intellij_platform_core_impl(PluginManagerCore.kt:829)
at com.intellij.ide.plugins.PluginDescriptorLoader$scheduleLoading$pluginSetDeferred$1.invokeSuspend(PluginDescriptorLoader.kt:377)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:108)
at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:584)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:793)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:697)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:684)
Your JRE: 17.0.11+0–11852314 amd64 (JetBrains s.r.o.)
D:AS2024jbr
=== end===
I just downloaded new components, Android Studio, intelij community, updated gradle, java, jre, jdk (–version 22)… put it all into a new clean directory. Made sure the environments from past javacs were gone, java home updated classpath updated (all working except studio, crashes on start with the below).
I tried individual installs running the AS install last hoping the presence of the above would address the issue. No joy.
irky dink is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.