최근 WIndows 11 설치 후 Android studio 실행하는데 아무런 문제가 없었다.
그러다 갑자기 실행이 안되는 문제가 있었는데 무슨 에러 메시지가 떠야 확인을 하지..
그냥 android studio가 죽어버리니 답답할 노릇.. -_-;;;;
일단 Log 파일을 확인해 봐야 겠다
C:\Users\[사용자계정]\AppData\Local\Google\AndroidStudio2020.3\log\idea.log 파일을 열어보니
"Caused by: java.util.concurrent.CompletionException: java.lang.UnsatisfiedLinkError: C:\Program Files\Android\Android Studio\jre\bin\awt.dll: Can't find dependent libraries" 이렇게 나온다..
Google 확인해 보니 "Install Microsoft Visual C++ 2013 Redistributable (x64) Packages run-time components." 문제라는데..최근에 예전 프로그램을 설치하면서 "VC_redist.x64.exe" 설치한 생각이 났다.
아래 경로를 통해 설치를 해 봤다..
Link : https://community.progress.com/s/article/awt-dll-Can-t-find-dependent-libraries-when-trying-to-access-a-PASOE-instance-Application-Metrics-page-from-the-OpenEdge-Management-console
"awt.dll: Can`t find dependent libraries" when trying to access a PASOE instance Application Metrics page from the OpenEdge Mana
Setting PASOE 12.1 and checking its performance using OpenEdge Management via the Application Metrics page.There's no error when using the Oracle Java JRE instead, despite the awt.dll is also present in the %JRE_HOME%/bin folder of that Java distribution.O
community.progress.com
어랏.. 그래도 안되네..
그럼 최신 버젼으로 설치를 해 보자..
https://docs.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170
Latest supported Visual C++ Redistributable downloads
This article lists the download links for the latest versions of Visual C++ Redistributable packages.
docs.microsoft.com
OK!! 이제 실행이 되는구나.
'PC > Etc' 카테고리의 다른 글
Powerpoint Plugin - PowerMockup (0) | 2021.05.29 |
---|---|
MSSQL에서 sp_addlinkedserver로 mysql 연결 (0) | 2019.06.13 |
네이버 개발자 센터 - git 프로젝트 생성 - 협업 (2) | 2014.09.01 |
3TB - 746GB만 인식 (0) | 2014.03.26 |
Exchange 일정을 구글로 이전 (0) | 2011.08.22 |