Reputation: 13
My tablets do not show up in device chooser. Ive set my API levels to android:minSdkVersion="8" android:targetSdkVersion="19"
.
I turned on USB debugging.I can transfer files to and from tablet. I set run config to pick device. I tried a 4.1.1
and a 4.0.3
device. Not sure what else i may be missing
Upvotes: 1
Views: 48
Reputation: 415
If you're running Windows, check to see if there are any devices listed in the Device Manager without drivers. If a strangling "Android Device" is listed, manually install the Google ADB drivers for it. Those can be found in the Android SDK installer.
Upvotes: 1