How to use Bluestacks as an emulator when developing an app using Visual Studio or Mono
Asked
Active
Viewed 3,827 times
3
-
Solved...just start bluestacks and run the command "adb devices"...u will find a device like 5522: or some other number , this represents your bluestacks emulator, you can choose this emulator while debugging in visual studio. – Sourav Jan 23 '13 at 21:32
-
1Can you please explain it in detail.... Where do I need to run the adb command and how to attach to the process from visual studio – Manvik Oct 10 '13 at 16:54
-
1I am getting "List of devices attached" and empty list. On Visual studio for Mac. Bluestacks is already running. – Ali123 Apr 11 '18 at 05:19