강의

멘토링

커뮤니티

Inflearn Community Q&A

yongho1234's profile image
yongho1234

asked

Flutter Intermediate Part 2 - Practical App Development - US Stock App (with Clean Architecture)

Applying Material 3 theme

flutter 실행 관련 질문드립니다.

Written on

·

1.1K

0

window 환경에서 android studio로 flutter doctor -v를 치면

X Unable to find bundled Java version.

위와 같은 에러?가 발생합니다.

구글링하면 보통 mac 환경에서의 해결책은 많은데 window환경에서는 해결책이 없어 질문드립니다.

몇 개 없는 것들 중에 오래된 android studio를 삭제하라고 해서 삭제도 해보았습니다.ㅠㅠ

Flutterandroidios

Answer 1

0

survivalcoding님의 프로필 이미지
survivalcoding
Instructor

제가 찾은 것이 같은 것일 것 같은데 일단 공유드립니다.

C:\Program Files\Android\ 에 폴더가 여러개 있다면 예전것을 지우라고 하네요.

환경변수에서 JAVA_HOME 이 잘 설정되었나도 확인해 보세요.

https://stackoverflow.com/questions/51281702/unable-to-find-bundled-java-version-on-flutter

yongho1234님의 프로필 이미지
yongho1234
Questioner

흠... 어떤 이유인지는 모르겠지만... 컴퓨터 재부팅 후에 지금은 문제 없이 안드로이드 모바일 잘 열리고 앱도 잘 실행 되네요;;ㅎㅎㅎㅎ

원래 가장 큰 문제가 안드로이드 모바일 실행이 아예 안됐거든요.ㅎㅎ

(flutter doctor 하면 글에 적었던 에러는 계속 발생하구요.)

답변 감사합니다!!

 

survivalcoding님의 프로필 이미지
survivalcoding
Instructor

일단 해결되셔서 다행입니다

yongho1234's profile image
yongho1234

asked

Ask a question