Dushyant Bangal
Dushyant Bangal

Reputation: 6403

Unable to use Visual Studio Android Emulator

Whenever I deploy a Xamarin app on VS Android Emulator, the output window shows

Validating emulator arguments...

Determining if emulator is already running...

Emulator is already running.

And it doesn't proceed further. Yes, the emulator is running, but the deployment process doesnt start.

And if the emulator isn't running, the output windows shows

Emulator launched successfully.

And then again, does not proceed further.

Upvotes: 0

Views: 291

Answers (2)

Cood
Cood

Reputation: 105

I was having this issue, then closed out of everything, re-launched VS as administrator and then the emulator launched as usual but the app deployed and launched as well. Hope this might work for you too.

Upvotes: 0

Jesú Castillo
Jesú Castillo

Reputation: 331

Is the package name starting with upper case? If so change it to lower case.

Upvotes: 0

Related Questions