Reputation: 13
I have developed an application for my android phone(Samsung GT-S5830) using SDK:2.3.3. I want to run my application on android tab(Samsung GT-N7000).
As I connect my android tablet with PC (using Windows-7), the PC automatically install its USB drivers BUT when i run my application "Device Chooser" window does not show my Tablet.
This is my first experience of working on tablet. As a beginner whats changes I have need to do in my application to run it on the android tablet.
Yours help would be greatly appreciated.
Upvotes: 1
Views: 1058
Reputation: 5469
Have you checked the checkbox for Debug mode? Have you updated ADT and sdk updates (they also includes new driver for your device under windows).
Upvotes: 0
Reputation: 4199
Your windows PC does install USB Drivers for mounting the tablet as a massStorage device.
What you need is the ADB Driver
(Android Debug Bridge) for your tablet.
Try this link at XDA Developers
Upvotes: 2