Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can't connect to Samsung Galaxy Tab S with Android Studio, Windows 7

I have a nice, new Samsung Galaxy Tab S which I'm trying to connect with Android Studio. I've enabled usb debugging on the tablet, and downloaded and installed the driver by executing "SAMSUNG_USB_Driver_for_Mobile_Phones_v1.5.45.0.exe" from "http://www.samsung.com/us/support/owners/product/SM-T800NTSAXAR". The Google USB driver is installed per the Android SDK menu in Android studio. I also installed Samsung Kies and it can see the Samsung.

Still Android Studio doesn't see it - nothing shows up under the "connected devices" when I try to run the app. Also, if I go to "Users/myName/android-sdk/platform-tools and run "adb kill-server", "adb start-server", "adb devices", it doesn't show up.

I'm running Windows 7. I did try right-clicking on "Computer", clicking on "Devices", but there was no "other" category, which theoretically would allow me to see the attached Galaxy.

Any ideas?

like image 812
Jack BeNimble Avatar asked Nov 10 '22 18:11

Jack BeNimble


1 Answers

I found that Settings > Developer Options > USB Debugging worked.

like image 142
mmmartinnn Avatar answered Dec 24 '22 16:12

mmmartinnn