Unable to find bundled java version android studio

Содержание
  1. [Solved] Unable to find bundled Java version after updated android studio Arctic Fox(2020.3.1) Flutter
  2. How Unable to find bundled Java version after updated android studio Arctic Fox(2020.3.1) Flutter Error Occurs ?
  3. How To Solve Unable to find bundled Java version after updated android studio Arctic Fox(2020.3.1) Flutter Error ?
  4. Solution 1
  5. Solution 2
  6. Summery
  7. doctor: «Unable to find bundled Java version» for Android Studio 3.3 (JetBrains) #27136
  8. Comments
  9. cpboyd commented Jan 26, 2019 •
  10. Steps to Reproduce
  11. cpboyd commented Jan 26, 2019
  12. AldoMX commented Jan 27, 2019 •
  13. lawxen commented Feb 5, 2019
  14. dashmug commented Feb 5, 2019
  15. kangwang1988 commented Feb 13, 2019
  16. cpboyd commented Feb 13, 2019 •
  17. Unable to find bundled java version with AndroidStudio 3.0 and 2.3 installed #14846
  18. Comments
  19. renatohiroito commented Feb 23, 2018 •
  20. rmtmckenzie commented Feb 23, 2018
  21. rmtmckenzie commented Feb 23, 2018
  22. cbracken commented Mar 1, 2018
  23. renatohiroito commented Mar 1, 2018
  24. jcollins-g commented Mar 1, 2018
  25. Unable to find bundled Java version. — Reopen #81909
  26. Comments
  27. mg7237 commented May 5, 2021 •
  28. Steps to Reproduce
  29. [Solved] Flutter-Unable to find bundled Java version after updated android studio Arctic Fox(2020.3.1) on M1 Apple Silicon
  30. How Flutter-Unable to find bundled Java version after updated android studio Arctic Fox(2020.3.1) on M1 Apple Silicon Error Occurs ?
  31. How to Solve Flutter-Unable to find bundled Java version after updated android studio Arctic Fox(2020.3.1) on M1 Apple Silicon Error?
  32. Solution 1: set Java Home Path
  33. Solution 2
  34. Summery

[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.

Table of Contents

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.

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

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.

Solution 2

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

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?

Источник

doctor: «Unable to find bundled Java version» for Android Studio 3.3 (JetBrains) #27136

Comments

cpboyd commented Jan 26, 2019 •

Steps to Reproduce

  1. Run flutter doctor
  2. Get Unable to find bundled Java version with Android Studio 3.3 installed by JetBrains Toolbox: https://www.jetbrains.com/toolbox/

I’ve seen bugs like #15514 and #14846, but this seems distinct since those indicate it happened with older versions of Android Studio that aren’t supported.

Android Studio 3.3 is the latest version, so it seems like this is potentially a different issue?

Let me know if there’s any more logs that I can provide.

The text was updated successfully, but these errors were encountered:

cpboyd commented Jan 26, 2019

As an aside, I just tried with the standard Android Studio macOS app:

AldoMX commented Jan 27, 2019 •

Happens to me too, the issue is in the following file:

Lines 257 to 260 in 6f1d10b

final String javaPath = platform.isMacOS ?
fs.path. join (directory, ‘jre’ , ‘jdk’ , ‘Contents’ , ‘Home’ ) :
fs.path. join (directory, ‘jre’ );
final String javaExecutable = fs.path. join (javaPath, ‘bin’ , ‘java’ );

The real Android Studio.app has a bundled JDK, but the Android Studio.app that the Jetbrains Toolbox installs in

/Applications/JetBrains\ Toolbox/Android\ Studio.app is just a launcher, it is not the real app.

The real app is located here:

/Library/Application\ Support/JetBrains/Toolbox/apps/AndroidStudio/ch-0/182.5199772/Android\ Studio.app , which is a path that we get by running the following command:

In the meantime I just created a symlink as a quick hack to fix the error from flutter doctor :

But it will definitely break during the next update, we will need to decide if we want to read the Info.plist file from android_studio.dart , or look for a cleaner approach.

lawxen commented Feb 5, 2019

Some problem happens to me:

Os: macOS Mojave 10.14.2
Android studio: 3.3
Java version: 11.0.1

dashmug commented Feb 5, 2019

The fix that worked for me was to uninstall the Android Studio version that came with Jetbrains Toolbox. Then, I had to delete all traces of it.

Then, I installed Android Studio from https://developer.android.com/studio/, did flutter doctor and followed all steps. It is properly working now with no errors when I run flutter doctor .

I have to keep in mind NOT to update Android Studio through JetBrains Toolbox.

kangwang1988 commented Feb 13, 2019

@cpboyd
Can you try the latest master?
I guess it has been also resolved by #27687

cpboyd commented Feb 13, 2019 •

@kangwang1988 It seems to work, with one caveat:
JetBrains Toolbox provides and «Update» button if you’re using the Google-provided version of Android Studio. For me, this downloaded a their version to

/Library/Application Support/JetBrains/Toolbox/apps but didn’t create the launcher app in

Since there was no launcher app, flutter doctor reported that Android Studio wasn’t available after I deleted the Google one.

Читайте также:  Как запустить android emulator

However, after uninstalling/reinstalling Android Studio in the JetBrains Toolbox (which created the launcher app), it worked perfectly.

The above situation seems like more of a bug with the JetBrains Toolbox than something flutter should worry about.

Источник

Unable to find bundled java version with AndroidStudio 3.0 and 2.3 installed #14846

Comments

renatohiroito commented Feb 23, 2018 •

Do I have to install Android Studio 2.3 too? The files are not available anymore on google developer’s site.
Tks in advance! 😉

The text was updated successfully, but these errors were encountered:

rmtmckenzie commented Feb 23, 2018

You should be fine, but the best way to check would be to create a sample project and run it! (you can do that from the command line or from android studio if you install the plugin). If it runs, you’re fine. Flutter Doctor is probably finding an old version of android studio that may not have been uninstalled completely (you could check whether that’s the case). Oh and FYI you’re probably better off asking a how-to question like this on the google group, live chat, or stackoverflow — you’ll get a faster response than here as they get a lot of bugs reported.

rmtmckenzie commented Feb 23, 2018

This page tells you where to find support for flutter =)

cbracken commented Mar 1, 2018

@renatohiroito thanks for filing! What @rmtmckenzie said sounds right to me!

/cc @tvolkert @jcollins-g we should probably have doctor identify that two versions of Android Studio are installed and always pick the ‘right’ one (I assume the most recent version that falls within our supported range), and not report or ever use the other one.

renatohiroito commented Mar 1, 2018

Thank you! After deleting the old files manually, flutter doctor found no errors, but now android studio can’t generate a new flutter project. It says creating symbols and doesn’t work.

jcollins-g commented Mar 1, 2018

@cbracken Picking the «right one» is going to be very hard to do consistently from flutter doctor’s perspective. (Which one is right? The one that works? The one my current project is trying to use? The one I’m trying to use but am accidentally using a different one instead?) I’m pretty sure that we’ll be wrong often enough that I don’t know it will be a net improvement.

What if we change how we display, instead? We might still display both, but find a way to make it completely clear that having other, non-functional installations is likely OK.

@devoncarew brought up in another thread that [!] might actually be too «loud» for some categories of minor problems. We might look at that too, since the issue might not have come up for @renatohiroito if our design had made it more clear that Android Studio 2.3 is optional in this case.

Источник

Unable to find bundled Java version. — Reopen #81909

Comments

mg7237 commented May 5, 2021 •

Flutter Doctor reports issue : «Unable to find bundled Java version.»

Context: I just moved to a new M1 Mac and restored the data from 2017 mac time machine to the new Macbook.

I had to uninstall and reinstall brew, dart, flutter, Android Studio Canary 15 — Arctic Fox 2020.03.1 version. Additionally I have installed Dart and Flutter plugins within the Android Studio and VS Code IDEs.

Читайте также:  Opera vpn для андроид не работает

Steps to Reproduce

  1. Install Android Canary build to M1 mac
  2. Install Android studio plugins for Dart & Flutter
  3. Connect Mac to physical Android device over USB 3 line.
  4. Android Studio shows error in Red — «Unsupported Android Studio version: Canary versions of Android Studio are not supported by the Flutter plugin.»
  5. Cannot run the Flutter app

echo $PATH
/usr/local/opt/php@7.1/sbin:/usr/local/opt/php@7.1/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Library/Apple/usr/bin:/Library/Apple/bin:/Users/manishgupta/StudioProjects/flutter/bin:/usr/local/opt/php@7.1/sbin:/usr/local/opt/php@7.1/bin:/usr/local/go/bin:/Users/manishgupta/Library/Android/sdk/cmdline-tools/latest/bin:/Users/manishgupta/Library/Android/sdk/tools/bin:/opt/homebrew/bin:/Users/manishgupta/Library/Android/sdk/platform-tools:/usr/local/mongodb/bin:/opt/homebrew/bin:/Library/Java/JavaVirtualMachines/adoptopenjdk-15.jdk/Contents/Home/bin

echo $JAVA_HOME
/Library/Java/JavaVirtualMachines/adoptopenjdk-15.jdk/Contents/Home

dart —version
Dart SDK version: 2.12.3 (stable) (Wed Apr 14 11:02:39 2021 +0200) on «macos_x64»

flutter doctor -v

The text was updated successfully, but these errors were encountered:

Источник

[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.

Table of Contents

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.

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.

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:

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.

Then Set the JAVA_HOME environment variable

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.

Источник

Оцените статью