开发者

Connect device for debugging with Android?

开发者 https://www.devze.com 2023-04-06 16:52 出处:网络
I need to connect my device (Sony S) to eclipse for debugging. How can I do this? I\'ve got it plugged in, 开发者_C百科and set up for development with debugging mode turned on.

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

I've got it plugged in, 开发者_C百科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.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号