You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-------------------------
ProcessException: The system cannot find the file specified.
Command: C:\Users\<.....>\AppData\Local\Android\Sdk\cmdline-tools/latest/bin/avdmanager list avd
-------------------------
If, .../emulators-0.6.1/lib/src/toolchain.dart:26, you change this:
In WIndows 11, (not using WLS) If you run:
you get:
If,
.../emulators-0.6.1/lib/src/toolchain.dart:26
, you change this:to this:
it works!
The problem seems that in some way the class takes for granted it is running on Linux/Mac where in this case it is working on Windows.
Do you think you can make it works on both platforms?
The text was updated successfully, but these errors were encountered: