Reputation: 397
In Visual Studio 2022, when I start the emulator from Android Device Manager, the emulator starts and shuts down within seconds. shows this message No Android SDK instance matching the 'C:\Program Files (x86)\Android\android-sdk' path
I have tried many things, but the problem is still there.
I'm using Galaxy Nexus - API 31(Android 12.0 - API 31)
OUTPUT
Successfully started Broker in-process
Connecting to Local Broker...
Successfully connected to Local Broker
Starting IDB Local Agent...
Successfully started IDB Local Agent
Checking xma 17.4.0.312 installation...
SetSelectedDeviceAsync BEST Simulator
No Android SDK instance matching the 'C:\Program Files (x86)\Android\android-sdk' path
Upvotes: 0
Views: 1157
Reputation: 45
You can try this:
“C:\Program Files (x86)\Android\android-sdk\system-images\android-28(what you have created)\google_apis_playstore\x86”
“C:\Users{username}\AppData\Local\Temp\xamarin-android-sdk”
Upvotes: 1