5

I have installed Visual Studio 2015 Preview and started new Project - Naive Activity Application (Android). I would like to run the application against physical device, but there is only emulator in the target. I can see from some screenshot that it is possible, but I cannot find the right way.

How to set the physical Android Device as the target?

Tomas Kubes
  • 23,880
  • 18
  • 111
  • 148
  • 2
    Did you install the proper USB driver for your device? – Phantômaxx Jan 18 '15 at 10:07
  • 2
    Yes, you were right. A driver was missing. Now it shows the device automatically. – Tomas Kubes Jan 18 '15 at 14:05
  • Well, it's the same when using Eclipse or Android Studio, so I thought that might be reasonably the problem. – Phantômaxx Jan 18 '15 at 14:09
  • In my case i had to restart the OS to update the device list. In case someone else forgets about this :) – Dbl Oct 16 '15 at 15:30
  • And if you have the UK Samsung Galaxy S3 GT-I9300 then get the US Samsung Galaxy S III Verizon driver: http://stackoverflow.com/questions/22228872/how-to-get-oem-usb-driver-for-samsung-galaxy-siii-with-model-number-gt-i9300 http://www.samsung.com/us/support/owners/product/SCH-I535MBBVZW – SharpC Sep 28 '16 at 11:33

1 Answers1

0

For me this worked : After making sure the required drivers are all installed, just connect your phone via usb Wait until you see your phone's name instead of the emulator. Connect!

Palm Tree
  • 54
  • 12