简体   繁体   中英

Connect device for debugging with Android?

I need to connect my device (Sony S) to eclipse for debugging. How can I do this?

I've got it plugged in, and set up for development with debugging mode turned on.

I have adb devices to see if its there and it isnt.

I am on OSX 10.6

In Linux, the solution is to do the following:

$ ./adb kill-server
$ sudo ./adb devices

So please try to open a terminal window and change to the directory where you have adb. Try to execute the same commands I've written above and let me know if it works for you.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM