Eng Soon Cheah
Eng Soon Cheah

Reputation: 257

Debug apps to Windows 10 X Emulator Error

When I want to debug the apps to Windows 10x Emulator 10.0.19563.0 (Preview).

Anyone facing the same issue?

Herewith the Error:

enter image description here

The latest emulator screenshot enter image description here

Upvotes: 2

Views: 268

Answers (3)

Anran Zhang
Anran Zhang

Reputation: 7727

I noticed that your emulator is not assigned an IP, which will cause Visual Studio to fail to connect to the emulator

Please follow the steps below, it may solve your problem:

  1. Launch Microsoft Emulator Manager as administrator
  2. Disable GPU in the emulator's settings (Edit)
  3. Try to deploy the app via Visual Studio after launching the emulator.

Upvotes: 1

Eng Soon Cheah
Eng Soon Cheah

Reputation: 257

I solved it with the update of Windows Insider version 19569.1000 and remember enable developer mode

Upvotes: 0

Manodasan Wignarajah
Manodasan Wignarajah

Reputation: 13

Typically this happens when the emulator failed to start up. When you encountered this error, was the emulator running and if so, was it fully booted to the desktop?

Upvotes: 0

Related Questions