Questions tagged [ms-android-emulator]

An MS Android emulator is software created by Microsoft which simulates the functionality of an Android device running the Android OS. Emulator allows developers to develop and test applications without the need of various real devices with different configurations.

MS Android emulator can be used with Android Studio as well as Microsoft Visual Studio. It also works when Hyper-V is enabled on any Windows machine.

8 questions
5
votes
1 answer

In Android Studio, why do I have to click 'run app' twice in the emulator to start the app?

In Android Studio, when I press play button to install and run the app on the Android Emulator, after about 5-10 seconds, I get a message on the bottom of the screen saying "Install successful" but the app doesn't actually run on the emulator, I…
Dedding
  • 61
  • 5
2
votes
3 answers

Android Studio not detecting Microsoft Android Emulator

I installed Microsoft's Android Emulator from here which can now work without disabling Hyper-V on Windows 10. I was following the instructions in this post and everything was working smooth until yesterday. I was successfully able to debug my app…
RBT
  • 24,161
  • 21
  • 159
  • 240
0
votes
1 answer

Does Visual Studio 2022 have an android emulator that has a Barometer sensor

Does anybody know if the built-in Android emulator has an emulated device that has a barometric sensor?
0
votes
0 answers

How to bypass admin right to launch Android Emulator in Visual Studio 2022

I am new to MAUI App development. I start a project and try to run the Android Emulator in Visual Studio 2022. But it requires me to enter admin username and password. Currently it's impossible that company IT grants me admin right so I have to find…
0
votes
0 answers

unexpected '-prop' value during android emulator start

I try to create android emulator in visual studio nevertheless I am getting the below error and do not know what to do. Any thoughts how may I overcome that? Note that my Visual Studio runs on MAC OS on Pararels in Windows 11 Error: Device error:…
0
votes
1 answer

Cannot debug Xamarin android app because NDK registry is missing

Anytime I run the debugger and emulator it just errors with this message. Multi-device C++ development is enabled. I'm not sure what to do. Unable to start debugging. A required Visual Studio registry value could not be found. Ensure that support…
0
votes
0 answers

"There was a problem communicating with Google servers" during AVD configuration

This is my first post, so I apologize in advance if somehow it does not adhere to stackoverflow's standards. I have just created a "Hello World" Xamarin.Forms project (for Android and iOS) using VS 2019 and I am having some issues regarding Android…
0
votes
1 answer

Android emulator restart fails

I have Android emulator installed using Visual Studio 2019 and enabled hyper-v and hypervisor platform using windows features. I created new device using "Android Device Manager" tool and when I start it, it works perfectly. But if I close it and…