A-Sharabiani
A-Sharabiani

Reputation: 19377

Connected devices for debuggin does not show up in Xamarin Studio

I'm trying to debug my code on the connected devices (iPad and Android tablet), however I only see the Virtual Devices installed:

enter image description here


How can I fix this?

Upvotes: 1

Views: 4091

Answers (3)

SwiftArchitect
SwiftArchitect

Reputation: 48552

On device:

  1. Developer options → ON
  2. Developer options → USB debugging → ON

    enter image description here

  3. Developer options → Select USB Configuration → MTP

    enter image description here

Upvotes: -1

Danil Shaykhutdinov
Danil Shaykhutdinov

Reputation: 2307

Open System Information Mac OS X app, go to USB tab and try to find your device in list.

If you see device, do it:

1) check xamarin updates and install fresh version.

2) check your project settings

3) check last updates of android sdk/build tools (you must install last versions and remove old versions)

4) restart Mac OS X

last advice resolve problem in my case.

Upvotes: 1

A-Sharabiani
A-Sharabiani

Reputation: 19377

So the problem was the USB cables for some reason. They could charge the device, but Mac wasn't detecting it.

I changed the USB cable and restarted Xamarin Studio, resolved the problem.

Upvotes: 6

Related Questions