Android Studio vs Visual Studio Emulator Conflict (AVDs Show Up, But Won’t Run)

Опубликовано: 26 Март 2026
на канале: Stef from Samayas
88
5

I’ve been using Android Studio for years to test new Android features and, more recently, to record Android screens for videos—because it’s often easier than filming a physical device.

At the same time, I’m a .NET developer and I occasionally build small .NET MAUI apps in Visual Studio. Both Android Studio and Visual Studio have an “Android Device Manager”, and both can see the Android Virtual Devices (AVDs) installed on the machine… but after a default install of both IDEs, something weird happens:

Android Studio can’t run the AVDs created/managed by Visual Studio—and Visual Studio can’t run the ones created/managed by Android Studio.

In this video I:
Reproduce and explain the issue (AVDs appear in both, but only boot in one IDE)
Show a quick workaround (create a new image/AVD so you can move on fast)
Show the real solution: unify the Android SDK path (example: C:\Users\"you"\AppData\Local\Android\Sdk) and make sure the required Android command-line tools / SDK tools are installed so both IDEs use the same SDK + emulator tooling

#AndroidStudio #VisualStudio #DotNetMAUI #AndroidEmulator #AndroidDeviceManager #AVD #AndroidSDK #MAUI #Xamarin #Windows11 #DeveloperTools #MobileDev #AndroidDev #EmulatorFix #SDKManager #AppData #Troubleshooting #DevSetup #samayas #stef

Don’t forget to like, subscribe, and hit the bell for more content.

Subscribe to my X account https://l.samayas.eu/jo3eaYEf3E?P=YT&...

Buy me a Coffee : https://l.samayas.eu/jX6xL7EWhd?P=YT&...

Studio Equipment
Camera Sony Alpha ZV-E10 II : https://l.samayas.eu/k7y90TREl0?P=YT&...
Secondary Camera Obsbot Tail Air : https://l.samayas.eu/iFQu9WfmCw?P=YT&...
Elgato Prompter : https://l.samayas.eu/fHVrqqXtSc?P=YT&...
Microphone Rode Wireless GO II : https://l.samayas.eu/afBINjiBXN?P=YT&...

Contents
0:00 - Introduction
0:11 - Description
1:30 - The Problem
2:09 - The Quick Fix
3:09 - The Solution
7:01 - Conclusion