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.

有帮助吗?

解决方案

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

其他提示

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

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.

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.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top