sangam4742
sangam4742

Reputation: 79

How can I open emulator or connect LD Player for flutter in VS Code?

I want to develop flutter apps but I don't have enough RAM in my laptop (just 4 gigs). So, after lots of extensive research on the internet, I installed and setup flutter sdk, android sdk and VS Code. But when I try to run a sample app, I can't see list of any available emulators on my VS Code bottom-left screen. VS Code screenshot (see bottom left). I am not getting any kind of errors when I run flutter doctor command. Flutter doctor outputs in powershell. There's a folder in Drive C where I've installed the Android SDK named as "emulator". There's an executable file named emulator.exe as well but opening it does nothing. Emulator Folder screenshot. I also have an external emulator LD Player installed on my laptop but I am not able to connect it with the code editor i.e., VS Code.

Please refer to the links to see the images as I don't have privileges to upload images. I'm a newbie here and this is my first question. Thanks in advance!

Upvotes: 5

Views: 9691

Answers (1)

Calmen Chia
Calmen Chia

Reputation: 365

You will need to activate ADB settings in your LD Player Emulator.

First, go to settings Go to Settings

Then, select other settings Other Settings

After that, make sure that you have activated the ADB connection by selecting Open Connection ADB settings

Upvotes: 12

Related Questions