can I to start expo on Visual Studio Android Emulator?

Here Android Studio Emulator - Expo Documentation recommend using the default emulator that comes with Android Studio. But this emulator is very slow. I`d like to use Visual Studio Emulator for Android - it works very fast and I value it. But when I try to run Expo on it, I get an error:

Couldn’t start project on Android: could not install smartsocket listener: cannot bind to 127.0.0.1:5037: Обычно разрешется только одно использование адреса сокета (протокол/сетевой адрес/порт). (10048) could not read ok from ADB Server * failed to start daemon * error: cannot connect to daemon

It is possible, to run Expo on a different Emulator or just Android Studio Emulator?

I think it should work as long as you can connect to it with adb.

What do you get if you run adb devices from the command line?

I got this:

List of devices attached emulator-5554 device

But the error persists:

Hmmm…

Looks like they recommend using Google’s Android emulator instead of Visual Studio Emulator for Android.

@wodin
It is very strange, “I`ll think about it tomorrow” :wink: thank you for your time