79241848

Date: 2024-12-01 15:12:29
Score: 1
Natty:
Report link

I've just solved this for myself by completing next steps:

  1. Click on "File" in Android Studio
  2. Choose "Settings..."
  3. Open the "Tools" branch
  4. Choose "Terminal" in the dropped down list
  5. Change powershell.exe to cmd.exe in "Shell Path"
  6. Click on "Apply"

In case you still have problems, make sure that "Include system environment variables" is enabled in the right most part of the "Environment variables" bar.

If nothing helped above, then you must make sure that you have "Path" environment variable for Flutter SDK (it has to end with .../flutter/bin).

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: takeuchi-reviewer