beansoft / flutter-storm-support

🧩 a WebStorm/PhpStorm/GoLand plugin for developing Flutter applications
https://plugins.jetbrains.com/plugin/14718-flutter-storm
BSD 3-Clause "New" or "Revised" License
4 stars 1 forks source link

How to start AVD from FlutterStorm? #42

Open versiontwo-sk opened 2 months ago

versiontwo-sk commented 2 months ago

I am unable to locate a way to start AVD from within PhpStorm running FlutterStorm. Everytime i want to start my AVD i simply open AndroidStudio and start it from there as that seems to be the only way. I have looked through settings, keybinds and through all the things i can add to my menus from FlutterStorm plugin, but nothing resembles a list of AVD with ability to start them. Am I missing something?

Thank you for your response.

beansoft commented 1 month ago

Hello,

Which operation system are you using?

It uses this command: emulator.exe -avd "Nexus_4_API_22" On macOS, it's under /Users/yournae/Library/Android/sdk/emulator/emulator Windows is a similar path with emulator.exe

Please check if it's under the $PATH or PATH env.