d34th4ck3r
d34th4ck3r

Reputation: 717

adb can't find Galaxy S3 Android 4.3

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.

Upvotes: 2

Views: 20816

Answers (4)

Kvk
Kvk

Reputation: 524

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

Upvotes: 3

Michael James
Michael James

Reputation: 606

For me, the only thing that worked was to install the latest android adt bundle from here.

http://developer.android.com/sdk/index.html

Once I connected my phone via USB, I was prompted to allow for debugging mode.

Upvotes: 0

Shaji Thorn Blue
Shaji Thorn Blue

Reputation: 551

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.

Upvotes: 2

vinay Maneti
vinay Maneti

Reputation: 1451

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

Upvotes: 5

Related Questions