Galaxy Tab on device debug?
Any body gotten on device debugging working wit hthe Galaxy Tab? I have a Stock Generic Galaxy Tab and Although Eclpise will let me "Run" my apps on the 开发者_如何学运维device, if I click "Debug" in eclpise instead it doesn't do anything nor does it try to connect to the debugger.
Ideas?
UPDATE: Solution was to explicitly set my application to debuggable in the manifest. If the device (Galaxy Tab) is not set to default in it's boot image, it will not implicitly allow debugging.
I had the same problem. As well as setting the Galaxy Tab into debug mode (as described by Computerish), you also need to download Samsung Kies from the Samsung website (browse to the Galaxy Tab page, then to Support). This gives you the required drivers to use the Tab in debug mode: without them, the Tab won't appear in the Eclipse Run or Debug dialogs.
Make sure that USB debugging is enabled. Go to Settings > Applications > Development and then make sure that the USB debugging checkbox is checked. A USB debugging notification should appear when you connect your Tab to the computer.
If you don't have Developer options on your device, read this post. It saved my bacon.
http://gs4.wonderhowto.com/how-to/enable-hidden-developer-options-your-samsung-galaxy-s4-0146687/
Download SAMSUNG KIES (it contains the Drivers that you need) and you will be able to debug your Samsung Android Tablet.
Here's an updated link that works for me.
The KIES download link does not appear to be active.
http://innovator.samsungmobile.com/cms/cnts/knowledge.detail.view.do?platformId=1&cntsId=9480
精彩评论