Xamarin Forms - Waiting for the emulator is ready In Visual Studio 2019
Hello,
Cheers!
I've experienced this error lately when running my Xamarin Forms project. The emulator loads on screen without the UI and in Visual Studio's output window, it says Waiting for the emulator is ready. It's just like waiting for the emulator to load forever. After trying out some accepted solutions, deleting and adding back the emulator works for me. First is to open the Android Device manager in Visual Studio IDE. Go to Tools Menu -> Android -> Android Device Manager. Delete the existing emulator and add it back again. In my current setup it's "Pixel 2 Pie 9.0 - API 28".
After deleting and adding back the emulator, my Xamarin Forms app shows in the emulator.
Cheers!
Comments
Post a Comment