Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Studio Start Failed when updated to 4.1

I updated my Android Studio to 4.1 and then it gave starting error. I uninstalled and then installed the latest version that is 4.1 again and it still gives the following error on Start up.

**Internal error. Please refer to https://code.google.com/p/android/issues
java.lang.NoSuchMethodError: com.intellij.ide.plugins.PluginManagerCore.loadDescriptors()[Lcom/intellij/ide/plugins/IdeaPluginDescriptorImpl
at com.a.a.b.b.ar.a(ar.java:121)
at com.a.a.b.b.ar.a(ar.java:71)
at com.intellij.idea.MainImpl.start(MainImpl.java:19)
at com.intellij.idea.StartupUtil.startApp(StartupUtil.java:303)
at com.intellij.idea.StartupUtil.prepareApp(StartupUtil.java:245)
at com.intellij.ide.plugins.MainRunner.lambda$start$0(MainRunner.java:47)
at java.lang.Thread.run(Thread.java:748)
JRE 1.8.0_242-release-1644-b01 amd64 by JetBrains s.r.o
C:\Program Files\Android New\jre\jre**

I have tried almost all the solutions on internet but no luck.

like image 1000
Huzaifa Asif Avatar asked Oct 13 '20 11:10

Huzaifa Asif


1 Answers

this way will work remove this files

C:\Users\YourUserName\AppData\Roaming\Google\AndroidStudioPreview4.1 Because there is no Kotlin plugin compatible with Canary 9 currently available from JetBrains, we have bundled our own Kotlin plugin with the Canary 9 update, so you don't need to manually install a Kotlin plugin see this https://developer.android.com/studio/preview/features#4.1-ki-missing-kotlin-plugin

like image 195
Ahmed Mohamed Avatar answered Sep 22 '22 05:09

Ahmed Mohamed