Android emulator not showing in Visual Studio -


i made android virtual device. runs on sdk emulator using intel haxm. able see in visual studio (debug devices drop down list) , debug applications on it. great when don't have physical device hand. something happened!?! refuses show now?

over last week have tried (in no particular order):

  • recreating virtual device.
  • reinstalling visual studio.
  • reinstalling android sdk.
  • installing both of above administrator.
  • checking sdk path in windows registry.
  • tried adb kill-server / start-server.
  • checked adb can see device - can.
  • tried uninstalling/reinstalling haxm manually.
  • made sure project targets api of emulator.
  • made sure build active configuration matches emulator.
  • ended other adb processes using task manager (leaving 1 visual studio).
  • checked windows event log warnings/errors. nothing.

i have read these. no joy...

other info:

  • i using visual studio 2015 community.
  • physical devices work , appear without fail in devices drop down!
  • latest android sdk

i had similar issue using vs 2015 android emulator manager (avd). have start emulator android emulator manager , show in debug devices drop down list, 1 day didn't show up. tools > android > restart adb server fixed me.


Comments

Popular posts from this blog

unity3d - Rotate an object to face an opposite direction -

angular - Is it possible to get native element for formControl? -

javascript - Why jQuery Select box change event is now working? -