close
Flutter-Unable to find bundled Java version after updated android studio Arctic Fox(2020.3.1) on M1 Apple Silicon, Unable to find bundled Java version after updated android studio Arctic Fox, Unable to find bundled Java version flutter, flutter-unable to find bundled java, unable to find bundled java version after updated android

[Solved] Flutter-Unable to find bundled Java version after updated android studio Arctic Fox(2020.3.1) on M1 Apple Silicon

Hello Guys How are you all? Hope You all are fine. I have just updated my android studio and now I am facing java error Flutter-Unable to find bundled Java version after updated android studio Arctic Fox(2020.3.1) on M1 Apple Silicon in a flutter. So today Here I come with all possible solutions for this error.

We are providing you all possible solutions to solve this error. let’s start this article without wasting your time.

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

I have just updated my android studio and now I am facing java error Flutter-Unable to find bundled Java version after updated android studio Arctic Fox(2020.3.1) on M1 Apple Silicon.

Unable to find bundled Java version

How to Solve Flutter-Unable to find bundled Java version after updated android studio Arctic Fox(2020.3.1) on M1 Apple Silicon Error?

  1. How to Solve Flutter-Unable to find bundled Java version after updated android studio Arctic Fox(2020.3.1) on M1 Apple Silicon Error?

    to Solve Flutter-Unable to find bundled Java version after updated android studio Arctic Fox(2020.3.1) on M1 Apple Silicon Error Set JAVA_HOME path using the below article & then after applying this command. after that type the below command in the terminal. Now your error should be solved.

  2. Flutter-Unable to find bundled Java version after updated android studio Arctic Fox(2020.3.1) on M1 Apple Silicon

    to Solve Flutter-Unable to find bundled Java version after updated android studio Arctic Fox(2020.3.1) on M1 Apple Silicon Error Set JAVA_HOME path using the below article & then after applying this command. after that type the below command in the terminal. Now your error should be solved.

Solution 1: set Java Home Path

Set JAVA_HOME path using the below article & then after applying this command. after that type the below command in the terminal:

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

ln -s ../jre jdk

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

flutter doctor -v

Now your error should be solved.

Solution 2

First of all, You should Create a symbolic link from the JRE folder to a new JDK folder. Just run this command.

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

Then Set the JAVA_HOME environment variable

nano ~/.zshrc
export JAVA_HOME="/Applications/Android Studio.app/Contents/jre/jdk/Contents/Home"
source ~/.zshrc

Now your error should be fixed.

Summery

So, It’s All About This Error. I hope this tutorial helps you to Solve your error. Please Comment Below if You stucks anywhere with my code. And please comment below on which solution worked for you. Thank You.

Also Check Out Below Tutorials


Posted

in

by

Tags:

Comments

One response to “[Solved] Flutter-Unable to find bundled Java version after updated android studio Arctic Fox(2020.3.1) on M1 Apple Silicon”

  1. MarcelAL Avatar
    MarcelAL

    You saved my evening, thank you very much!!!!

Leave a Reply

Your email address will not be published. Required fields are marked *