adb can't find Galaxy S3 Android 4.3

20,605

Solution 1

Go into device manager and uninstalled SAMSUNG Android USB Composite Device and ensured to check the box 'delete driver software'. Now the device will have a exclamiation mark etc ..i right click and installed the driver again (refresh copy) ...this finally made the adb acknowledge my phone as an emulator.

to install drivers

Solution 2

I just went to the Samsung site and installed usd drivers of my S3 (SGH-I747). Everything is working fine. Device detected by ADB.

Link for S3 drivers

Solution 3

you need to check whether your adb software is correctly install or not, you can download adb installer from http://adbdriver.com/downloads/ run it as a administrator and install adb driver.

Share:
20,605
d34th4ck3r
Author by

d34th4ck3r

Updated on January 15, 2020

Comments

  • d34th4ck3r
    d34th4ck3r over 4 years

    I update android version of my Galaxy S3 to Android 4.3.

    I have activated the developer mode by clicking Build Number and also checked in USB Debugging. I am using Windows 7 and Android Studio.

    I have gone through various answer addressing same problem but none of them helped.

    How can I install application directly to my device or debug using adb etc.