views:

180

answers:

2

I am using Eclipse on Mac with Android SDK. I have the emulator working with my code and today I borrowed an Android that I would like to test on.

I have run 'adb devices' from the command line, but I think the problem is more fundamental at the USB hardware detection level.

What tools do I use to troubleshoot this?

A: 

Look at this thread if it helps you

ccheneson
Hmmm... I read through the Linux instructions about the rules, however, the Mac does not have that structure.
mobibob
A: 

Have you seen this? http://developer.android.com/guide/developing/device.html

pioto
Yes, I did read that before posting. According to the instructions, with the Mac the USB should just work. What is interesting, is that it is visible for file-sharing and calendar/contact sync, but not visible to 'adb devices' or the console within Eclipse. The same device works on a Fedora development system, so I think I am missing something for bridging the Mac.
mobibob