I re-installed Flutter and Android Studio. I have already installed Java and SDK libraries and I can run the application from VS Code. But when I tried to open Android module in Android Studio I am getting:
Unable to locate Android Studio executable

if you are on mac the put this in :
flutter config --android-studio-dir "/Applications/Android Studio.app/Contents"
The Flutter extension locates Android Studio by calling flutter config --machine. It looks like Flutter isn't returning an Android Studio path there, so you could run:
flutter config android-studio-dir /path/to/android/studio
And then Flutter should remember it, and provide it to the VS Code extension when it looks.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With