달력

12025  이전 다음

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31

최근 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!! 이제 실행이 되는구나.

 

Posted by longkee
|