프로젝트로드 오류 : 3 개의 패싯 세부 사항을로드 할 수 없습니다.
Android Studio 1.5.1을 사용하고 있으며 Android Studio를 열 때 콘솔에 "Error loading project : Cannot load 3 facets Details ..."라는 오류가 표시됩니다.
4:42:06 PM Error Loading Project: Cannot load 3 facets Details...
4:42:09 PM Plugins Suggestion
Unknown features (Run Configuration[AndroidRunConfigurationType], Facet[android, android-gradle]) covered by disabled plugin detected.
Enable plugins...
Ignore Unknown Features
이 문제를 해결할 수있는 방법에 대해 생각하는 사람이 있습니까?
안드로이드 스튜디오를 연 후 설정을 열고 플러그인으로 이동 한 후 다음 단계를 수행하십시오.
- Firebase 서비스 비활성화
- 안드로이드 지원 플러그인 활성화
- android studio 다시 시작
- 설정으로 이동 한 다음 플러그인으로 이동합니다.
- Firebase 서비스 플러그인 활성화
- android studio 다시 시작
솔루션 : error-loading-project-cannot-load-3-facets-details . Android 스튜디오가 실행되는 동안 파일로 이동 한 다음 설정-> 플러그인-> Android 지원 플러그인 활성화
Android 지원 플러그인 (File-> Settings-> Plugins-> Android Support)을 활성화 한 후 Firebase 서비스 플러그인을 사용하는 경우 Firebase 서비스를 비활성화하고 Google 서비스가 활성화되어 있는지 확인한 다음 '적용'을 클릭하고 마지막으로 Firebase 서비스를 다시 활성화합니다.
(문제에 대한 더 짧은 해결책이 위에 나와 있고 많은 추천 표가 있습니다. 만약 그들이 당신을 위해 작동하지 않는다면, 여러 사람들이 이것에 대해 고마워 했으므로 시도해보십시오.)
내가 사용 Android Studio 3.0.1
하고 Gradle 4.1
있었을 때 "Facets"오류가 발생했습니다. 다음을 수행하여 문제를 해결했습니다.
AS를 중지합니다. AS가 정지 된 경우 작업 관리자 사용을 강제로 중지합니다.
AS를 다시 시작하십시오. 오류가 있고 FILE> SETTINGS에 액세스 할 방법이 없다면 내가있는 곳일 것입니다. 읽어.
이것과 비슷한 팝업
facets
이 있다면 ...
... Gradle 콘솔을보십시오 . 당신이 메시지가 나타나면
Problems found loading plugins
라는 에러의 목록 다음에,“required plugin
안드로이드 지원은 사용할 수 없습니다 ", followed by a message that has a link saying " ...
( 쇼 풍선 ) ', 그 링크를 클릭합니다 .링크에는
Choose to
Android 지원 ` 을 활성화 하는 옵션이 있습니다 . 그렇게하세요.AS를 다시 시작하십시오.
당신이 얻을 수있는 경우
File > Settings
와, 위대한 오류가 없습니다. 끝났 나봐요.
그러나 나는 그럼 이제도 있고, 새로운 오류에 직면
이 오류가 발생하면 ...
Info:Gradle tasks [clean, :app:generateDebugSources, :app:generateDebugAndroidTestSources,:app:mockableAndroidJar] Error:Failed to complete Gradle execution. Cause: **Write access is allowed from event dispatch thread only**
...로 이동합니다
File -> Project Structure -> SDK Location
.확인란을 선택합니다
Use embedded JDK
.로 설정
jdk location
합니다C:\Program Files\Android\Android Studio\jre
.
( 내 경로는 C:\Program Files\Android\Android Studio
1 로 설정되었습니다 \jre
. 1 은 약간 당황 스럽지만 지금까지는 괜찮습니다.)
치고
OK
종료하십시오Settings
.Run
또는Debug
(또는Run …
또는Debug …
)를 선택합니다 .
(여전히 문제가 있으면 위와 아래의 다른 답변을 확인하십시오.) 이것은 제가 할 수있는 한 좋은 것입니다. 도움이되지 않았다면 죄송합니다.
이것은 두 세 가지 문제에 대해 두 세 개의 스레드를 결합하는 것처럼 보입니다.
Facet errors (I ignored the popup.)
Plugin errors (but no access to File Settings)
Write access only from dispatch thread (for which the fix seems unrelated).
나를 위해 가서 Settings -> Plugins
선택 취소 Gradle
한 다음 즉시 다시 선택하고 Android를 다시 시작한 다음 Flutter 플러그인을 비활성화하고 다시 시작했습니다. 자세한 내용은 이 완전한 답변 을 참조하십시오.
Open android studio, open settings and then go to plugins, now disable all plugins and restart android studio. After restarting android studio open settings and then go to plugins, now enable all plugins then restart android studio. It should work after that.
Go to Settings -> Plugins -> Android APK Support
. Make sure Android APK Support
check field is checked. If not, check it and restart Android Studio.
Below Solution Might Help someone, it always work for me in Android Studio(Ubuntu)
Go to setting >> Plugins window
you will found too many plugins installed and enabled by default.
Check below listed 3 plugins
1) IntelliLang
2) JUnit
3) Kotlin
It might be already Enabled, if not then enable it. if Enabled then Disable it and re-Enable.
Then Ok >> Apply and Restart Android Studio.
if not solve your problem disable all pugins and enable it again. I hope it works
This happened to me. All you need to do is to go to settings -> Plugins, then disable all the apps and restart your android studio. Then re-enable them again and restart. You should be fine after that exercise
I received the same error message as you. After pondering and looking at the other answers, I found my solution.
On the Startup of Android Studio, I noticed that Windows Defender was producing notifications with the title Unauthorized Changes Blocked - Controlled Folder Access blocked...
Windows 10 has a feature called Controlled File Access, this supposedly prevents programs from modifying files on your C:\ Drive
. By shutting this "Feature" off, Android Studio finally can work again!
또는이 기능을 켜두고 특정 프로그램 파일 ( .exe
)을 허용 목록 에 추가 할 수 있습니다 studio.exe
. studio64.exe
,, 일부 git 실행 파일도 허용해야합니다 . 이론적으로 이것은 또한 효과가 있습니다.
참고 URL : https://stackoverflow.com/questions/36597007/error-loading-project-cannot-load-3-facets-details
'IT TIP' 카테고리의 다른 글
Emacs를 사용하여 현재 날짜와 시간을 파일에 어떻게 삽입 할 수 있습니까? (0) | 2020.11.02 |
---|---|
UIScrollView 콘텐츠의 보이는 사각형 가져 오기 (0) | 2020.11.02 |
Angular 2 및 TypeScript로 두 개의 객체 배열을 병합 하시겠습니까? (0) | 2020.11.02 |
Google지도 v3 : 최소 적용 (0) | 2020.11.02 |
Swift에서 NSNotification에 대한 관찰자를 제거하는 곳은 어디입니까? (0) | 2020.11.02 |