만족

[Android] android studio JDK 버전 업데이트 how to update jdk version in android studio) 본문

[Android] android studio JDK 버전 업데이트 how to update jdk version in android studio)

FrontEnd/Android Satisfaction 2023. 3. 5. 17:52

Android Studio에서 JDK 버전을 업데이트하려면 다음 단계를 따르세요.

 

  1. 공식 웹 사이트( https://www.oracle.com/java/technologies/javase-downloads.html ) 에서 최신 JDK 버전을 다운로드하여 설치합니다 .
  2. Android Studio를 열고 파일 > 프로젝트 구조로 이동합니다.
  3. 프로젝트 구조 대화 상자의 왼쪽 메뉴에서 SDK 위치를 선택합니다.
  4. JDK 위치에서 경로 옆에 있는 줄임표 버튼을 클릭하고 최신 JDK 버전을 설치한 위치를 선택합니다.
  5. 적용을 클릭한 다음 확인을 클릭합니다.
  6. 변경 사항을 적용하려면 Android 스튜디오를 다시 시작하세요.

그게 다야! 이제 Android Studio에서 설치한 최신 JDK 버전을 사용합니다.

 

--------

 

To update the JDK version in Android Studio, follow the steps below:

 

  1. Download and install the latest JDK version from the official website (https://www.oracle.com/java/technologies/javase-downloads.html).
  2. Open Android Studio and go to File > Project Structure.
  3. In the Project Structure dialog box, select SDK Location from the left menu.
  4. Under JDK Location, click on the ellipsis button next to the path and select the location where you have installed the latest JDK version.
  5. Click on Apply and then click OK.
  6. Restart Android Studio for the changes to take effect.

That's it! Your Android Studio will now use the latest JDK version that you have installed.

 

 



Comments