You could restart the adb server, and try to make it recognize the
device again.

In command line, go to:
cd sdk-folder/platform-tools/
sudo ./adb kill-server
disable and enable "debugging usb" on your phone
sudo ./adb start-server
./adb devices

It should appear as detected.
Close Eclipse to be sure.

Hope it will work!

Jeremy


On Oct 18, 9:36 pm, Eric <jude...@gmail.com> wrote:
> I meet the same issue, it is work properly at emulator, however, mobile
> phone always offline at Mac OS 10.6

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to