Android Studio Issued ? “Unable to find bundled Java version.”

Arief Yusuf Winata
Chevalier Lab
Published in
2 min readJan 26, 2023

Firstly i’m really sorry if my English not really good. I was update my Android Studio version 2021.3.1 Dolphin to Android Studio version 2022.1.1 Eletric Eel. But, it make crash and unable to find the bundled of java. After that, i try to search the issued from any where and got it from github issue. THANKS FOR THE COMMUNITY YOO. And how to solve it ? let’s try….

  1. Run command to check the problem firstly.

run command : “flutter doctor”

2. If we try to see detail of the problem it like this.

run command: “flutter doctor -v”

3. Open your folder location of the Android Studio application. In my case, i use windows and make the installation app in D:/Apps/Development/Android Studio/.

4. Copy all file from jbr.

5. Paste all file from jbr to jre.

5. Foilaa, it work really fine.

--

--