skip to Main Content

Android Studio (version 2022.1) X Unable to find bundled Java version.

2

Answers


  1. I tried this one and it worked for me

    C:Program FilesAndroidAndroid Studio
    then copy the content of jbr and paste the content into the jre folder
    run doctor again and problem solved

    Login or Signup to reply.
  2. Go to C:Program FilesAndroidAndroid Studio then copy all the content of jbr and paste all that content into the jre folder.
    Run flutter doctor again

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search