Reputation: 79
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
Reputation: 365
You will need to activate ADB settings in your LD Player Emulator.
After that, make sure that you have activated the ADB connection by selecting Open Connection
Upvotes: 12