close

[Solved] Unable to find bundled Java version after updated android studio Arctic Fox(2020.3.1) Flutter

Hello Guys, How are you all? Hope You all Are Fine. Today I just Updated Android Studio And Now I am facing following error Unable to find bundled Java version after updated android studio Arctic Fox(2020.3.1) Flutter in Android-Studio. So Here I am Explain to you all the possible solutions here.

Without wasting your time, Let’s start This Article to Solve This Error.

How Unable to find bundled Java version after updated android studio Arctic Fox(2020.3.1) Flutter Error Occurs ?

I just updated my android studio and now I am facing an error. My flutter doctor Output Give me the Following error.


Unable to find bundled Java version

How To Solve Unable to find bundled Java version after updated android studio Arctic Fox(2020.3.1) Flutter Error ?

  1. How To Solve Unable to find bundled Java version after updated android studio Arctic Fox(2020.3.1) Flutter Error?

    To Solve Unable to find bundled Java version after updated android studio Arctic Fox(2020.3.1) Flutter Error Just You have to set JAVA Path in your System will resolve this issue. Just Run this command line in your terminal. cd /Applications/Android\ Studio.app/Contents/jre ln -s ../jre jdk ln -s “/Library/Internet Plug-Ins/JavaAppletPlugin.plugin” jdk flutter doctor -v

  2. Unable to find bundled Java version after updated android studio Arctic Fox(2020.3.1) Flutter

    To Solve Unable to find bundled Java version after updated android studio Arctic Fox(2020.3.1) Flutter Error Just You have to set JAVA Path in your System will resolve this issue. Just Run this command line in your terminal. cd /Applications/Android\ Studio.app/Contents/jre ln -s ../jre jdk ln -s “/Library/Internet Plug-Ins/JavaAppletPlugin.plugin” jdk flutter doctor -v

Solution 1

Just You have to set JAVA Path in your System will resolve this issue. Just Run this command line in your terminal.

1. cd /Applications/Android\ Studio.app/Contents/jre

2. ln -s ../jre jdk

3. ln -s "/Library/Internet Plug-Ins/JavaAppletPlugin.plugin" jdk

4. flutter doctor -v

Solution 2

If You Are using JetBrains Toolbox then just follow this command to solve this error.

1. cd /Users/username/Library/Application Support/JetBrains/Toolbox/apps/AndroidStudio/ch-0/203.7583922/Android Studio.app/Contents/jre

2. ln -s ../jre jdk

3. ln -s "/Library/Internet Plug-Ins/JavaAppletPlugin.plugin" jdk

4. flutter doctor -v

Summery

It’s all About this issue. Hope all solution helped you a lot. Comment below Your thoughts and your queries. Also, Comment below which solution worked for you?

Also Read

Leave a Comment