ahmad eqbal
ahmad eqbal

Reputation: 71

Microsoft visual studio doesn't show any android emulator or physical device for Xamarin project

I have a xamarin project and i want to debug it, but visual studio doesn't show any emulator or physical device. this is the menu

devices list

I wanted to restart adb from tools > android but it's disabled. but when I open a non xamarin project (for example a web porject) this options is enabled.

adb restart is disabled

I can see my device in cmd with command adb devices and in android studio, every thing is fine and I can deploy some java application to my phone.
do you have Any idea?

Update
I created new project and in this new project, every thing is fine and I can debug with my phone or emulators.
but in my existing project which I'm currently working on, there is no device in list.

Upvotes: 1

Views: 1980

Answers (1)

toumir
toumir

Reputation: 641

It happened to me just now using vs 2019, to fix this, manually remove obj and bin folders restart vs, and that's all :)

Upvotes: 6

Related Questions