MobileBlazorBindings icon indicating copy to clipboard operation
MobileBlazorBindings copied to clipboard

How to solve "Invalid Emulator component" issue in Mobile Blazor Bindings

Open javiercn opened this issue 2 years ago • 1 comments


Issue moved from dotnet/aspnetcore#38379

  • Please respond to @enetstudio.

From @enetstudio on Sunday, November 14, 2021 7:27:04 PM

I've created a Mobile Blazor Bindings project as described here

by running this command: dotnet new mobileblazorbindings -o FirstMobileBlazorBindingsApp

When I run the app, the Andriod Device Manager displays a message whose title is "Invalid Emulator component", asking me to Reinstall. Clicking the button starts a process at the end of which the same message is re-displayed. Why the emulator component is not valid, and how can I solve this issue?

Thank you...

javiercn avatar Nov 15 '21 11:11 javiercn

Thank you for your response, @javiercn. I've spend hours searching for a solution, but to no avail. I then tried to add another emulator from the web. When I tried to download a certain emulator, I was informed that the Android emulator requires x-64 bit machine, but mine is x-86, so I guess that is the reason why I get the error message that my emulator is not valid.

Thank you...

enetstudio avatar Nov 15 '21 20:11 enetstudio