79705455

Date: 2025-07-17 22:02:54
Score: 0.5
Natty:
Report link

That is because of flutter configuration file called settings and its path is

<user_home>/.config/flutter/settings

its contents like the following, the variable jdk-dir needs to point to your jdk path.

{
  "android-sdk": "/somewhere0/Android/Sdk",
  "jdk-dir": "/somewhere1/jvms/temurin-jdk" 
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Omar Abdullwahhab