Home > database >  How do I used vscode to call android emulator?
How do I used vscode to call android emulator?

Time:02-05

How do I used vscode to call android emulator?

I can call iPhone13 & web, but when I used without debugging way, it wasn't call android emulator. I tried to add android it's show me avdmanager is missing from the Android SDK

Where has problems? I'd added android studio and create AVD emulator.

Because I tried to used flutter to development, so I needs use android, iPhone and web.

How can fix it?

CodePudding user response:

On the top menu vscode:

Go to View -> Command Palette -> type Flutter: Launch Emulator and chosse it -> select an emulator to launch

CodePudding user response:

if you wanna call iPhoneEmulator must have Xcode fist

install iphoneSdk via Xcode

in Vscode you can call emulator via Terminal in Vscode

"flutter run" then select device you need

  •  Tags:  
  • Related