Debugging apps on a Galaxy Tab 10.1

2019-02-22 07:12发布

I'm trying to work with a Galaxy Tab 10.1 on Windows 7 but I'm having some troubles. At the time to debug my apps on the tab, the eclipse not recognizing the debugging device and opens the emulator.

Someone have any ideas about that?

EDIT: I resolved the problem following this link: dkszone.net/setup-install-adb-android-debug-bridge-windows-7 Thanks to all.

5条回答
Summer. ? 凉城
2楼-- · 2019-02-22 07:55

I had similar trouble when pluging my Galaxy tab 101 in a port on my keyboard.

As soon as i plugged into a regular USB port on my computer, all went fine.

查看更多
老娘就宠你
4楼-- · 2019-02-22 08:14

+1 Richard Lalancette 's comment, make sure the tab is plugged into a USB2.0 port.

Other things that may be issue:
1. Double check that you have enabled "Developer Options" on your tablet and the option for "USB Debugging" is checked.
2. When you connect your tab to your windows pc, you should get a message asking you to accept your computers RSA fingerprint. Click "Ok" to accept.

If all the above has been done and the tab is still not being recognised then you can update drivers for the device, download kies etc etc

查看更多
贼婆χ
6楼-- · 2019-02-22 08:17

The solutions above did not work for me. The links appear to be out of date. The main article on how to set up for development is at http://developer.android.com/tools/device.html#setting-up (as mentioned above). This connects to an OEM USB Drivers page at http://developer.android.com/tools/extras/oem-usb.html. The directions there did not work for me: There is no "Other" item in my Device manager, and I did not find a driver on the Samsung site http://www.samsung.com/us/support/downloads# for my device (GT-80013), only manuals.

What did work was to install KIES as described at http://forum.xda-developers.com/showthread.php?t=1903483. That's all I had to do, and it magically appeared. For the record there is now a "Samsung Android Phone" item in my Device manager.

查看更多
登录 后发表回答