2

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.

d34th4ck3r
  • 719
  • 2
  • 11
  • 38

4 Answers4

5

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

vinay Maneti
  • 1,447
  • 1
  • 23
  • 31
3

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

Kvk
  • 522
  • 5
  • 15
2

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.

Shaji Thorn Blue
  • 589
  • 2
  • 9
  • 19
0

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.

Michael James
  • 492
  • 1
  • 6
  • 19