DiemasMichiels / emulator

Run Android emulator and iOS simulator easily from VScode!
MIT License
100 stars 34 forks source link

Couldn't add path to VScode #30

Closed saikrishnadas closed 3 years ago

saikrishnadas commented 4 years ago

I use Windows 10, so I added the path "C:\Users\LENOVO\AppData\Local\Android\sdk\emulator\emulator.exe" to the vscode settings.

I have installed the sdk but still says that the path is wrong. When I looked deeper, I found that with adding the path and extra word addsin( "emulatore" ) eventhough i dint mention it.

I have attached the screenshot of the error.

Screenshot (59)

DiemasMichiels commented 4 years ago

Hi,

I looked at your path, try removing emulator.exe of your path.
It should look like this:
C:\\Users\\LENOVO\\AppData\\Local\\Android\\sdk\\emulator

saikrishnadas commented 4 years ago

I tried removing it,

When i ran the path shows like this : C:\Users\LENOVO\AppData\Local\Android\sdk\emulator\emulator

An extra word "emulator" comes in, even though i dint add them explicitly

devemanager commented 3 years ago

my error is the same

DiemasMichiels commented 3 years ago

That is normal, the application adds the /emulator on its own. You can always try in your console to see if you actually have the correct path by running: "C:\Users\LENOVO\AppData\Local\Android\Sdk\emulator\emulator" -list-avds

Does this issue still occur?

DiemasMichiels commented 3 years ago

This issue is being closed as inactive.