79426752

Date: 2025-02-10 10:27:02
Score: 1
Natty:
Report link

Its a simple solution. in vscode terminal run flutter config --jdk-dir "C:\Program Files\Java\jdk-23" Change the Path to the path where your Java is installed, and which jdk you have. This will allow you to then run flutter doctor --android-licenses

You do have to make sure you have setup your enviroment variables under system variables. Again, be sure to change the location depending on your Java installation.

JAVA_HOME C:\Program Files\Java\jdk-23

Path = C:\Program Files\Java\jdk-23\bin

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: IT IS AND I AM IT