Notice
Recent Posts
Recent Comments
Link
«   2025/01   »
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
Tags
more
Archives
Today
Total
관리 메뉴

Wook No.1

[에러] Flutter - Unable to find bundled Java version. 본문

Flutter

[에러] Flutter - Unable to find bundled Java version.

Wook No.1 2023. 4. 12. 15:08

Flutter Doctor

 

안드로이드 스튜디오 업데트후 경로를 찾지 못하는 에러가 발생했다.

아래와 같은 방법으로 해결 가능하다.

 

안드로이드 스튜디오 - Electiric Eel 이전 버전

cd /Applications/Android\ Studio.app/Contents/jre
ln -s ../jre jdk
ln -s "/Library/Internet Plug-Ins/JavaAppletPlugin.plugin" jdk

 

안드로이드 스튜디오 - Electiric Eel 버전

안드로이드 스튜디오 Bundle 디렉토리가 jbr 로 변경되어 jre 심볼릭 링크를 설정해준다.

cd /Applications/Android\ Studio.app/Contents
ln -s jbr jre

 

'Flutter' 카테고리의 다른 글

Flutter Android Studio 프로젝트 생성  (0) 2023.02.10
Flutter 개발 환경 구성  (0) 2023.02.10
Comments