Galaxy Tab 4 not recognized in Android Studio

I run windows 7 and have a Galaxy Tab 4 with wifi only. I just switched from another computer to this one using Android Studio. My tablet was recognized on another computer via ABD, but not on the new computer. I have installed Google Nexus drivers, Samsung driver, JDK and Android SDK. The only thing I haven't installed is the Samsung APIs because I don't believe I need it and I don't think they'll help. I switched Media mode from MTP to PTP several times. Does anyone know how to make this work? * I have a search for all questions and answers here and I haven't found a solution that works.

+3


source to share


2 answers


Installing the driver from

http://www.samsung.com/us/support/owners/product/GT-P7510MAVXAB



worked for me. I can now use Samsung Galaxy Tab with Android Studio. When you open the Select Device dialog box, it is recognized as a working device.

Also, I've enabled Developer Options and USB Debugging . (@Zhuinden pointed this out.)

+7


source


You need to install the drivers: http://developer.samsung.com/android/tools-sdks/Samsung-Android-USB-Driver-for-Windows;jsessionid=0kzbJL5LhpN4RTpv19GPC1sBJ5GxPsfnpj8wFNXt37hNmx780XR13h

And you should also enable USB developer and debugging options .



What I also want to do is download the bare drivers from XDA-Developers, http://forum.xda-developers.com/google-nexus-5/development/adb-fb-apx-driver-universal-naked-t2513339
and use pnputil -i -a winusb.inf

to install it.

+2


source







All Articles