I am having problems with android studio upon updating to electric eel. This was not a problem before update. I have a Mac M1 and flutter version is Flutter 3.3.10 • channel stable
When Running flutter doctor -v
I get this for the android studio section:
Android Studio (version 2022.1)
• Android Studio at /Applications/Android Studio.app/Contents
• Flutter plugin can be installed from:
🔨 https://plugins.jetbrains.com/plugin/9212-flutter
• Dart plugin can be installed from:
🔨 https://plugins.jetbrains.com/plugin/6351-dart
✗ Unable to find bundled Java version.
• Try updating or re-installing Android Studio.
How do I resolve this issue?
6
Answers
As you can see
Unable to find bundled Java version.
is the problem when runningflutter doctor -v
after updating.This is the work around I did in terminal:
cd /Applications/Android Studio.app/Contents/jbr
ln -s ../jbr jdk
ln -s "/Library/Internet Plug-Ins/JavaAppletPlugin.plugin" jdk
Then I did this in finder:
Honestly I think this is creating redundancy of some sort, but hey it works!🎉🎉 when I run
flutter doctor -v
I now get this for android studio.I'm sure there are better work arounds but this works for me.🥳🥳🥳
link to video showing how I solved this
For Windows Users
Step – 1
Install Java JRE (JAVA RUNTIME ENVIRONMENT)
Link
https://www.java.com/en/download/manual.jsp
After downloading Click on Install and Change Installation folder any folder you like
Step – 2
Copy all of this content and GO TO Android Studio Installation Path
for-example
C:Program FilesAndroidAndroid Studiojre
By default Android Studio has a folder called JRE
go inside jre folder and paste everything
If JRE folder in Android Studio has anything inside please delete it before pasting.
Congratulations Windows User
I was struggling with this for like two days and I search it on YouTube and found nothing everything was one year old so I end up Julia Pak Channel while she had Mac but I got the idea to find a solution for windows (basically copy-pasting idea) and find a link in her description and I saw her content and she does an amazing job to help people
So Major Thanks to her.
If anyone ends up on her beautiful YouTube Channel
Give her a like and Subscribe to show some LOVE
YouTube:- https://www.youtube.com/@Juliapak
Thanks.
This solution worked for me on my Mac
Navigate to Applications on finder Right Click Android Studio. Select "Show package contents". And then right-click "Contents" and select "New Terminal at Folder". Finally copy and paste this line and press enter.
Thank you so much! After upgrading to Android Studio Electric Eel when I check flutter doctor I came across with "unable to find bundled java version" then I saw that and that helped a lot! Thanks for your effort.
For mac users, just go to where is your android studio installed
if you install android studio using the installer use
if using JetBrains toolbox use
you can go to the settings of the ide and find where it’s installed
then just type
so it will be opened in finder
copy the folder
jbr
and rename it tojre
I think the flutter team should look into this so the flutter command line
can know where the bundled JDK is in the new android studio update.
currently, there is no recent update to the flutter tool but after it gets update the issue should be fixed without copying the jbr folder and renaming the copied one to jre
For Linux it’s almost the same, just the path of android studio is different, it depend on where and how you installed it, for Windows users
just right click on the android studio on the desktop and open the file location and
do the exists same thing on all platforms
You don’t need to do any of this, in the latest version of flutter, it already knows where is the jwk from jbr folder, just update both flutter using:
flutter upgrade
, and your android studio ideso you can delete the
jre
folder since there is no need of itSimple Guide
There is problem with Electric eel
Android Studio App contents after installation is not having jre dir
On Mac What i did: