Android Studio 4.1 RC, 업그레이드 후 시작 실패 오류 발생
Android Studio 4.1 RC를 업데이트 한 후이 문제가 발생합니다.
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:\{AndroidStudioPATH}\jre\jre
답변
.local / share / google 파일을 제거하고 Android 스튜디오를여십시오.
문제 해결 : 플러그인에 문제가 있습니다. 플러그인 중 하나가 최신 Android 스튜디오에서 지원하지 않아서 모든 애플리케이션 플러그인 경로를 확인했습니다.
%appdata%/google/AndroidStudio4.1
또는 전체 경로 : C:\Users\{USER}\AppData\Roaming\Google
또는 경로 :C:\Users\{USER}\.AndroidStudio4.1\config\plugins
그런 다음 플러그인 폴더를 열고 모든 플러그인을 다른 위치로 이동했습니다. 그런 다음 스튜디오를 열었습니다. 열어야 할 문제가 없습니다.
플러그인이 필요한 경우 플러그인을 하나씩 플러그인 폴더에 복사 한 다음 스튜디오를 엽니 다. 성공적으로 열리면 해당 플러그인이 지원되고 지원되지 않습니다.
대한 맥 OS , 디렉토리로 이동 :~/Library/Application Support/AndroidStudio
marketplace
폴더를 삭제 하거나 이름을 다음으로 변경하십시오.marketplace_back
이 변경 후 몇 가지 플러그인 문제가 있다는 것을 알았으므로 더 나은 방법이있을 수 있지만 적어도 이제 Android Studio를 열 수 있습니다.
Ubuntu 사용자의 경우
- 이동
home
ctrl+h
숨겨진 폴더를 표시하려면 누르세요..local
- 이제
.local
폴더 로 이동 - 당신은 발견 할 것이다
share
안으로 들어가, 폴더를share
폴더 Google
폴더 찾기 및 삭제- 열다
Android Studio
- 짜잔 !!!
Google 폴더 를 삭제할 필요가 없습니다.
.local / share / google로 이동합니다 ( 우분투 홈에서 ctrl + h 누르기 ).
그냥 이름 바꾸기 시장 에 marketplace_back
그리고 Android Studio를 다시 시작하십시오.
Ubuntu의 경우
폴더를 제거하거나 이름을 바꾸고 .local/share/google
android studio를 엽니 다.
Windows의 경우
폴더를 제거하거나 이름을 바꾸 C:\Users\{USER}\AppData\Roaming\Google
거나C:\Users\{USER}\.AndroidStudio4.1\config\plugins
Mac의 경우
Marketplace 폴더 제거 또는 이름 변경 ~/Library/Application Support/AndroidStudio/marketplace
이 폴더 내의 모든 xxxx.plugins 폴더를 삭제했습니다.
% appdata % \ Local \ JetBrains \ Toolbox \ apps \ AndroidStudio \ ch-0


Windows 사용자의 경우 :
이동
C:\Users\UserName\AppData\Roaming\Google\AndroidStudio4.1\plugins
교체 marketplace
에 marketplace_back
.
지금 Android Studio를 시작하십시오.
이것은 잘 작동합니다!
이 폴더를 삭제하면됩니다.
C : \ Users "user"\ AppData \ Roaming \ Google
제 경우에는 plugins
폴더를 삭제 C:\Users\{USER}\.AndroidStudio4.0\config
했습니다. android studio를 시작하면 폴더가 다시 생성됩니다.

어떤 일이 발생할 경우를 대비하여 폴더를 복사하십시오.
Windows 사용자의 경우-
파일 관리자에서 파일 1 개만 제거하면됩니다.
경로로 이동-C : \ Users {you user name} .AndroidStudio4.0 \ config \ plugins.
폴더 이름 "marketplace"를 제거하십시오.
안드로이드 스튜디오를 다시 시작하십시오.
win10의 경우 다음을 수행 할 수 있습니다.
1 , 열린 경로 C : \ Users {여기에 사용자 이름이 있습니다} \ AppData \ Roaming \ Google \ AndroidStudio4.1 \ plugins
2, 'markerplace'폴더 이름을 'markerplace_backup'으로 변경
3, 런처 안드로이드 스튜디오
4, 'markerplace_backup'의 이름을 'markerplace'로 바꿉니다.
5, 업데이트를 확인하고 플러그인을 업데이트하십시오.
괜찮아?
마켓 플레이스 이름 변경과 플러그인 삭제를 시도했지만 작동하지 않았습니다. 그래서 SDK를 다운 그레이드했고 이전 버전의 Android Studio를 다운로드하면 모든 것이 작동했습니다.