If you can’t find Android Studio in this path, do:
Read moreWhere does Flutter look for Android Studio?
By default, Flutter uses the version of the Android SDK where your adb tool is based . If you want Flutter to use a different installation of the Android SDK, you must set the ANDROID_SDK_ROOT environment variable to that installation directory.
Read more