skip to Main Content

for some reason, I don’t want to install android studio(one of them is I don’t have enough space for now) but instead, I want to work with vscode and nox(or genymotion). and my question is: Is it possible to connect vscode and an (android and ios) emulator to see the result? in other words, I want to connect the nox as an emulator to vscode and see the result inside of it.

2

Answers


  1. Chosen as BEST ANSWER

    Finally, I found out how I can connect Genymotion to the VS Code(without Installing Android Studio).in total SDK manager wasn't installed on my laptop, so at first, I installed it. and then

    1. Platform Tools (ADB & Fastboot)
    2. Install Platform
    3. Add System Image
    4. Install Build Tools

    but wait I just name the steps I've done. you can follow this article on this link to get more details. and finally, instead of installing an emulator, I used Genymotion with Flutter in VS Code, which you can follow in this article to get more information. Click here


  2. Android studio take too much space and even my computer also become hot when open Android studio. But what I did I installed Android studio and Android emulator but I don’t use Android studio rather I use VScode.
    So as far as I know you need Android studio to install emulator then you can use VScode with it.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search