Search code examples
android-emulatormauivisual-studio-2022maui-community-toolkitms-android-emulator

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?


Solution

  • Android emulator can't simulate any sensors. Also as Jason said, the Android tooling available with VS is all provided by Google, not Microsoft. And there is no barometer available in the emulator.

    For more info about sensor for emulator, you can see this case: Pressure sensor not getting any values.