更新至Android Studio4.1後發現as打不開的解決方案

前言

今天收到了as更新4.1推送,更完後發現打不開了,報下面的錯誤java

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\Android Studio\jre\jre

因而查了下,確實改好了問題,因而記錄一下android

問題所在

問題根源實際上是某些插件不支持高版本,而後就啓動不起來了,說實話直接啓動不起來顯得一點也不人性化ide

解決方案就是:去這個目錄下google

C:\Users\{user}\AppData\Roaming\Google\AndroidStudio4.1\plugins

而後把全部的文件夾或者jar包(其實就是你本身下載的插件)給複製出來,並刪掉原來位置的,試一下能不能打開,若是能夠,就使用二分查找法找到是哪一個插件不支持,而後不用這個插件就ok了idea

ps:注意:必定要複製在刪除,而不是剪切,懂的都懂spa

若是上面的目錄裏都去掉還不行,則多是自帶的插件出現了問題(概率很小),目錄在這裏,一樣也是本身二分查找測一下插件

C:\Program Files\Android\Android Studio\plugins

問題通常均可以解決了code

endip

相關文章
相關標籤/搜索