Why doesn't Eclipse see my Samsung Galaxy phone even though I can transfer files using a drive letter?

后端 未结 5 923
感动是毒
感动是毒 2021-01-18 07:38

I developed my first (small) Andoid application using Eclipse and are now ready to transfer it to my Galaxy S mobile device (develping for Android 2.1)

Following ano

5条回答
  •  执笔经年
    2021-01-18 07:39

    I experienced the same issue with Eclipse on a Mac OS X. Simply putting the phone in 'debug' mode (Settings -> Applications -> Development -> USB debugging) did not solve the issue. I have to do below in the command line to solve the issue.

    sudo adb kill-server
    sudo adb start-server
    

提交回复
热议问题