android sdk eclipse, samsung galaxy tab 2, How to recognize devices

流过昼夜 提交于 2019-12-13 13:58:21

问题


I'm trying to develop on Samsung Galaxy Tab 2 with eclipse and android sdk. I've already installed Samsung Kies and turned on USB debugging on my device.

It looks like eclipse didn't know the new samsung driver. Did I forget something? What should be the windows pilot of the device? I think is the samsung pilot. Should I be able to create virtual samsung at this step? What is the correct url for the samsung add on site?

I'm on windows 8. I'm using Eclipse Juno and adt-bundle-windows-x86_64-20130219


回答1:


I suggest you to run cmd, then go to platform-tools root, and run the following command: adb devices This will list all attached devices and tell you if your samsung phone is recognized by Android Debug Bridge, if it is not then search for another driver for your phone and try again.




回答2:


I suggest you try this.

Unplug your device. Install this drivers. After installation plug it in again. It should recognize your device.

Link : http://www.samsung.com/us/support/owners/product/SCH-I705MKAVZW




回答3:


If Windows recognises the USB mass storage on your device, what you can do, is go to Device Manager, Right-click on My Computer > Manage > Device Manager, find your device, should say not recognised or something like that, click Update driver software then click Browse my computer for driver software then click Let me pick from a list of device drivers on my computer, you should end up with a list, click Show all devices or something like that. Then search for your manufacturer in the list, in your case Samsung, click on manufacturer and find Android USB debug or something like that (it's a certificate) then install that.

Restart your adb in Eclipse, to do so, go to devices tab, (to get to it, click Window > Show view and find Devices if not in that list, then check in Other list at the bottom. Click on arrow in image below, and select restart adb

. Finally restart Eclipse.

Hope this helps.




回答4:


On a Galaxy Tab 3 7.0 you need to go to Settings -> Developer Options (scroll right down the list to the left), enable it in the top-right switch, then turn USB Debugging on.

Running adb devices will then show your device if you have the Samsung Mobile USB Composite Devices driver installed (through Kies or otherwise).



来源:https://stackoverflow.com/questions/16492073/android-sdk-eclipse-samsung-galaxy-tab-2-how-to-recognize-devices

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!