0

I have updated android studio, after that i am getting this error. Unable to find bundled Java version. enter image description here

Vinit Yadav
  • 254
  • 3
  • 12

3 Answers3

0

Try restarting the Studio, reinstall it or Invalidate Caches from File. I am sure one of it will work. The package could be missing in the update. If it doesn't work, open a issue at here

Khaby Lame
  • 220
  • 1
  • 16
0

If Just kidding's answer does not work you can just reinstall Android Studio (don't forget to load the Flutter and Dart plugins) and it should be fine again.

cstmth
  • 53
  • 8
  • I'm almost try all possible solution but nothing work. Only this one work for me. Its from `August 9, 2021` Check the link for the solution https://stackoverflow.com/a/68703869/8555332 – Tahmid Bin Rashid Aug 08 '21 at 20:09
0

My path to java was broken after updating AS to latest version (2020.3.1) and I had to fix it manually. Your issue seems related. Check your Android Studio -> Preferences -> Build, Execution, Deployment -> Build Tools -> Gradle and see if gradle jdk path is set correctly (to your java installation on your mac).

enter image description here

Dat Pham Tat
  • 1,258
  • 5
  • 9