본문 바로가기

Flutter-플러터/플러터 공부

안드로이드 스튜디오 업데이트 후 오류 :Unable to find bundled Java version

반응형

Unable to find bundled Java version with flutter doctor, after updating Android studio Arctic Fox(2020.3.1) on M1 Apple Silicon - Stack Overflow

 

Unable to find bundled Java version with flutter doctor, after updating Android studio Arctic Fox(2020.3.1) on M1 Apple Silicon

I'm facing a weird issue. Before I updated my Android Studio, everything went fine in flutter doctor. Once I've updated Android Studio, when I run the doctor, it's showing "Unable to find bund...

stackoverflow.com

 
 
 
 

If you are using Android Studio Electric Eel | 2022.1.1.

On Mac

  1. Open "Applications" in Finder. Then right click on Android Studio, select "Show Package Contents".
  2. Inside it, open the "Contents" folder. Inside it you will see folder with named "jbr".
  3. Simply duplicate the "jbr" folder. Then, rename the copy folder to "jre".
  4. Then, flutter doctor. The "Unable to find bundled Java version" warning will disappear.
 
 
 

안드로이드 스튜디오를 업데이트를 진행했다... 

flutter doctor로 flutter가 잘 작동하는지 확인을 해봤는데...

 

 

Unable to find bundled Java version  오류가 떴다... 

후에 빌드가 안될 위험이 있다.  구글링을 엄청 해봤는데.. 터미널에 순서대로 입력하라는 방법이 내 맥에는 작동하지 않았다.. 그러던 찰나..

위 방법을 알게 되었다...!!! 

 

일단 나는 Android Studio Electric Eel | 2022.1.1. 버전으로 업데이트 했다. 

그리고 Android Studio 폴더에 가서 jbr 파일의 이름을  jre로 변경해주면 된다....

 

 

 

 

그리고 flutter doctor 실행시키면 깨끗!

728x90
반응형